D
DiHo
I have two tables that have the same primary key field (one-to-one
relationship). When I add a record to one table, I'd like a new record
automatically created in the related table (this record would initially be
blank with the exception of the primary key field). What is the simplest way
to do this? (without special prgramming, if possible).
Example: One table is "Project Info", the other table is "Financial". They
are related through the "JobNumber" primary key field. When I add a new Job
Number (that is, a new record) to the Project Info table, I'd like a new
record with the same Job Number automatically created in the Financial Table.
I cannot combine the two tables into one because they have different
security levels.
Thank you.
relationship). When I add a record to one table, I'd like a new record
automatically created in the related table (this record would initially be
blank with the exception of the primary key field). What is the simplest way
to do this? (without special prgramming, if possible).
Example: One table is "Project Info", the other table is "Financial". They
are related through the "JobNumber" primary key field. When I add a new Job
Number (that is, a new record) to the Project Info table, I'd like a new
record with the same Job Number automatically created in the Financial Table.
I cannot combine the two tables into one because they have different
security levels.
Thank you.