X xolo Registered User. Local time Tomorrow, 03:48 Joined May 6, 2009 Messages 34 May 17, 2009 #1 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.
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.
HiTechCoach Well-known member Local time Today, 15:48 Joined Mar 6, 2006 Messages 4,357 May 17, 2009 #2 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.
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.