I have 3 tables (architects, customers, and vendors) using a contacts subform. It all seems to work correctly but I want to ensure that I'm linking them correctly.
I have the three tables' key fields joined to the ID field in the contacts table but I can't enable referential integrity because the ID's may or may not exist in the contacts field and they may be duplicate (ie. architectID and customer ID both =3). What is the proper way to set this up?
I also have three main forms using the common subform with the recordsource based on a query with the Parent name as criteria...
I have the three tables' key fields joined to the ID field in the contacts table but I can't enable referential integrity because the ID's may or may not exist in the contacts field and they may be duplicate (ie. architectID and customer ID both =3). What is the proper way to set this up?
I also have three main forms using the common subform with the recordsource based on a query with the Parent name as criteria...