F
fh721
Hi,
I have a problem I'm hoping someone can help me with. I have 3
tables, 1 setup as a parent and 2 as child, the relationship is 1 to 1
with referential integrity enforced ( the number of fields required me
to split the table into 3 ), the primary key is the same on each table.
In a form when I create a new record in the parent table I would
like to create a new record in each of the child tables and initialize
some fields in the child records.
I placed a command button ( using the wizard ) to add the new
record to the parent table and assume here is where I would put
the code to add the child records and initialize fields.
Any help would be appreciated and thank you.
I have a problem I'm hoping someone can help me with. I have 3
tables, 1 setup as a parent and 2 as child, the relationship is 1 to 1
with referential integrity enforced ( the number of fields required me
to split the table into 3 ), the primary key is the same on each table.
In a form when I create a new record in the parent table I would
like to create a new record in each of the child tables and initialize
some fields in the child records.
I placed a command button ( using the wizard ) to add the new
record to the parent table and assume here is where I would put
the code to add the child records and initialize fields.
Any help would be appreciated and thank you.