CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2003
    Posts
    6

    add/edit/delete data to tables in Access

    I am new to VB and I am trying to develop a small application in Access. I have 5 tables, each has an id and a name field. The tables are joined with one another by the id field. The id field in each table is an "autonumber".
    I want to get the name in each table from the user through a text box in the form and append the record to the respective table. How should I do this? I have been reading several books on VB but I have not been able to figure this out.

    I would appreciate if someone could give me the code to do this? I also want to do additional functionality to edit or delete records from these tables. Thanks.

  2. #2
    Join Date
    Jan 2001
    Posts
    486
    Do a search here on 'ADO' and I'm sure you'll find what you are looking for [I know I did when I had the same question].
    If kids were left to their own devices, would they ever come up with a thing like war?......The Wheel / Todd Rundgren

    Do canibals not eat clowns because they taste funny?

  3. #3
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249
    And Doof, you had a bunch of us telling you to do a search too ... I guess we're getting old now ...

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

Featured