G
Guest
I have a main table that I use to hold general information, the primary key
is an auto number. I also have several other tables to enter corresponding
data regarding each record also with an autonumber as the primary key. Each
table has a form for dat entry purposes.
I want to establish a way to add a record to the main table, and have the
corresponding record added to each of the other tables.
I'm trying to establish something along the lines of a parent/child
relationship, but I want the forms opened in seperate windows and not
included as subforms of the main form.
currently, I can add records to the main form. but I cannot add records to
the other forms. the error message I recieve is "cannot add or change a
record because a related record is required in table 'License Information".
Does anyone know how to relate these tables together so that once a new
record is created in the main form, it is also created in the other forms?
is an auto number. I also have several other tables to enter corresponding
data regarding each record also with an autonumber as the primary key. Each
table has a form for dat entry purposes.
I want to establish a way to add a record to the main table, and have the
corresponding record added to each of the other tables.
I'm trying to establish something along the lines of a parent/child
relationship, but I want the forms opened in seperate windows and not
included as subforms of the main form.
currently, I can add records to the main form. but I cannot add records to
the other forms. the error message I recieve is "cannot add or change a
record because a related record is required in table 'License Information".
Does anyone know how to relate these tables together so that once a new
record is created in the main form, it is also created in the other forms?