Adding records to dependent tables

D

Damien

I have a staff table which has a one-to-one relationship
with a staff_details table. When I'm adding a record to
the staff table in a form, I want to make sure a record is
also added to the staff details table. How do I do this
without using code?

Thanks


Damien
 
Top