Update two tables with one form

R

RBarger

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.
 
H

Hansford cornett

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
 
Top