I have an unbound form in which I need to update two tables (site & Contact) with new records, and create an entry in an index file - I use "INSERT INTO" to update the tables. The two tables are both keyed with an autonumber (they have a many to many relationship).
Can anyone help me with how I get the record numbers of the new records that I added to the 'site' and 'contact' tables, so I can create the index file record?
Can anyone help me with how I get the record numbers of the new records that I added to the 'site' and 'contact' tables, so I can create the index file record?