View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lasca Lasca is offline
external usenet poster
 
Posts: 11
Default Return Primary Key

Hey there

I have an access db with multiple tables linked together with primary keys.
I need to populate this db from excel. Is it possible to upload a record to a
parent table, have the primary key for that record returned, and then used
when uploading records to the child tables.

I am fairly new at working with VBA, and any help would be highly appreciated.

Regards