Append query with autonumber

xolo

Registered User.
Local time
Tomorrow, 03:48
Joined
May 6, 2009
Messages
34
How can I use append queries to add records into 2 tables (with 1 to many relationship and autonumber primary key on parent table)? The Autonumber is set to "Random" and the tables have already some records before.
 
I have not figured out a way with just append queries.

I find it best to use a recordset for the parent table and one append query for the related records.
 

Users who are viewing this thread

Back
Top Bottom