-
Hello,
I have made some changes to my database, which is connected to my vb program. Well now when I try to enter data into the textboxes on the form and press the tab key the data disappears. I have check the connection between the database and vb program, and also checked the record sources. Does anyone have any ideas whats going on??
Thanks Aja
-
To insert data into bound textboxes, you have to invoke the AddNew method of the ADO object first.
-
I do have the addnew method. I have it inside the private sub addnew.
Any other suggestions?
-
Hey thanks damnous for your suggestion. I figured out the problem. When you said invoke the addnew method, I wen t back and checked the EOF Action and changed it adDoAddNew.
Thanks Aja