I have 2 related tables in a one-to-many relationship, where the foreign key in the many table is based on the other table Autonumber primary key. If I want to write concurrently to the 2 tables, how can I identify the value of the primary key autonumber to be placed in the related foreign key, or is it not possible?
Help gratefully appreciated!
Help gratefully appreciated!