T
tbrogdon
I have a main table, tlProduction which has a 3 field composite PK.
The db brances in 2 different directions from this table and each
branch is linked to tblProduction on the same 3 fields. The problem is
that I need to be able to input data into each of the "branched"
tables (tblEmployeeProduction and tblProductionOperation) which I know
how to do for one at a time but once the intial record is created in
tblProduction and data is input into one of the two "branched" tables,
Access won't allow me to input data into the second "branched" table
using the same data from tblProduction again.
So I guess my question is how can I reference an existing composite
primary key in multiple records in a second table?
I am placing this in this forum because I am convinced it will take
some coding.
Thank you,
Tim
The db brances in 2 different directions from this table and each
branch is linked to tblProduction on the same 3 fields. The problem is
that I need to be able to input data into each of the "branched"
tables (tblEmployeeProduction and tblProductionOperation) which I know
how to do for one at a time but once the intial record is created in
tblProduction and data is input into one of the two "branched" tables,
Access won't allow me to input data into the second "branched" table
using the same data from tblProduction again.
So I guess my question is how can I reference an existing composite
primary key in multiple records in a second table?
I am placing this in this forum because I am convinced it will take
some coding.
Thank you,
Tim