I have several child tables that have a foreign key for the parent table.
How to add a record to the parent table and get the primary key of this record so that I can then enter rows in the child tables that point to the record in the parent table?
I am doing this in an MS Access database from a C # application.
Robert
source share