Can a form update 2 different tables at once?

marathonlady

Registered User.
Local time
Today, 04:49
Joined
Jul 10, 2002
Messages
120
Is there a way I can have the record source for a form one table, but have another table updated too?

Thanks.
 
Yes. But you might want to join the two tables together in a query so you just update one query (which will then update the separate tables) without having to do some programming.
 

Users who are viewing this thread

Back
Top Bottom