Results 1 to 4 of 4

Thread: Problem adding data in form!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Question

    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

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Location
    Fort Lauderdale, FL USA
    Posts
    112
    To insert data into bound textboxes, you have to invoke the AddNew method of the ADO object first.
    Damonous

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253
    I do have the addnew method. I have it inside the private sub addnew.

    Any other suggestions?


  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Talking

    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
  •  



Click Here to Expand Forum to Full Width