Results 1 to 13 of 13

Thread: Database Table1 Update Table 2 Problems!

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    160

    Database Table1 Update Table 2 Problems!

    Hello,

    How do you update one table based upon another?

    I need to get five fields out of database table one and save those values
    into the same field names into table2. I'm using DAO and Access 2000.

    The ProductID number is the same in both tables and so is a CID.

    example
    VB Code:
    1. 'Define what to get out of the database prior to displaying
    2. Cost.Cs Val(Form1.Text1.Text)






    How do I do that?

    Thanks for all the help in advance.
    Last edited by Cheyenne; Oct 10th, 2001 at 11:38 PM.

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