M
MikeS
I am having a problem with a data entry form linked to a
query. I linked two tables by making a composite key
using auto number and three other fields and enforced
referential integrety. I queried fields from both tables
and created my data entry form. Since I don't want
people to have to enter data twice, the fields on the
form for my composite key are linked to only one of the
tables (call it table 1). I thought the data in the
fields of the composite key would be cascaded from table
1 to table 2, but I am finding this happens only after at
least one piece of data is entered in a field linked to
table 2. This concerns me because even though the
cascade works, if a situation arises where there is only
composite key info and no other data the second table
will be completely empty and my queries won't work. Any
suggestions. Mike
query. I linked two tables by making a composite key
using auto number and three other fields and enforced
referential integrety. I queried fields from both tables
and created my data entry form. Since I don't want
people to have to enter data twice, the fields on the
form for my composite key are linked to only one of the
tables (call it table 1). I thought the data in the
fields of the composite key would be cascaded from table
1 to table 2, but I am finding this happens only after at
least one piece of data is entered in a field linked to
table 2. This concerns me because even though the
cascade works, if a situation arises where there is only
composite key info and no other data the second table
will be completely empty and my queries won't work. Any
suggestions. Mike