Update two tables with one form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I set up a new form which is supposed to update two separate tables at the
same time. The two tables are linked by the primary key called, keycode,
which is the only bit of information that the two tables share.

Is there a way to enter the keycode information once on the form so both
tables are updated with this along with the other information on the form? I
tried to build an update query to do this, but I keep getting error messages
when I try to save it.
 
GUESSING since I use the Update Querry alot....

I think you will have to have 2 update queries and run them from a command
button or something to update different tables this way....

Hope it works for you..

diwght
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top