M
Musa
I have a one to one relationship with 6 tables .
Tbl_1
Survey_ID PK
Var1
Var2 etc...
Tbl_2
Survey_ID PK
Var etc..
Tbl_3
Survey_ID PK
Var etc.
.....Tbl6
I know this is not a preferred design but this data is a flat file used for
survey records. Also, there are too many variables to combine into one form.
Each table has a Unique identifier "Survey_ID". There are no other fields to
relate to the other tables besides this "Survey_ID". My problem is enforcing
referential integrity. I designed the forms with a one-to-one relationship
based on Tbl1. When I try to enter data, I get "You cannot add or change a
record because a related record is required in the first tbl", when I attempt
to move from one form to another. The Survey_ID should equal the input from
the first tbl (which it does) but that is where the connection ends. Could
you help me figure out how to enforce refential integrity, while carrying the
value from the first table over to the other 5 ( and have the records save
on entry ) ?
Thanks
Tbl_1
Survey_ID PK
Var1
Var2 etc...
Tbl_2
Survey_ID PK
Var etc..
Tbl_3
Survey_ID PK
Var etc.
.....Tbl6
I know this is not a preferred design but this data is a flat file used for
survey records. Also, there are too many variables to combine into one form.
Each table has a Unique identifier "Survey_ID". There are no other fields to
relate to the other tables besides this "Survey_ID". My problem is enforcing
referential integrity. I designed the forms with a one-to-one relationship
based on Tbl1. When I try to enter data, I get "You cannot add or change a
record because a related record is required in the first tbl", when I attempt
to move from one form to another. The Survey_ID should equal the input from
the first tbl (which it does) but that is where the connection ends. Could
you help me figure out how to enforce refential integrity, while carrying the
value from the first table over to the other 5 ( and have the records save
on entry ) ?
Thanks