|
-
Sep 25th, 2000, 09:39 AM
#1
Thread Starter
Addicted Member
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
-
Sep 25th, 2000, 11:17 AM
#2
Lively Member
To insert data into bound textboxes, you have to invoke the AddNew method of the ADO object first.
-
Sep 25th, 2000, 11:31 AM
#3
Thread Starter
Addicted Member
I do have the addnew method. I have it inside the private sub addnew.
Any other suggestions?
-
Sep 25th, 2000, 11:41 AM
#4
Thread Starter
Addicted Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|