M marathonlady Registered User. Local time Today, 04:49 Joined Jul 10, 2002 Messages 120 May 21, 2003 #1 Is there a way I can have the record source for a form one table, but have another table updated too? Thanks.
Is there a way I can have the record source for a form one table, but have another table updated too? Thanks.
D Dugantrain I Love Pants Local time Today, 04:49 Joined Mar 28, 2002 Messages 221 May 21, 2003 #2 How's your VBA? How's your SQL?
dcx693 Registered User. Local time Today, 04:49 Joined Apr 30, 2003 Messages 3,263 May 21, 2003 #3 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.
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.