
not visible text box not updating database
I have a text box which is bound to a field in an Access 2000 database. I'm
using VB6. If I set the "visible" property on this text box to FALSE, and
simply update the TextField.Text value via code ... it never updates the
database.
If I change the visible property to TRUE, AND make my updates directly in
the text box, it updates perfectly. I do not want to have this field
visible on my form. Is there a way I can update this field (along with all
the other fields the user may change) in the Access database.
Thanks in advance.
--
Dale