View Single Post
  #1  
Old April 20th, 2010, 08:00 PM posted to microsoft.public.access.gettingstarted
Marsh
external usenet poster
 
Posts: 108
Default Primary Key Cascade Question

In an Access 2007 db, I have 5 tables, with Proj_No the Primary Key field in
the main table tblProjID. It has 7 additional fields.
It will be benificial to have Proj_No in the other 4 tables as foreign key
fields. My question is, when a new Proj_No is entered into the main table
to create a new record, how can I get that entry (alpha-numeric) to cascade
to the other 4 tables, thus creating a new record in the 4 child tables.

Thank you
Marsh