"warning L3011"

M

me

It states that "'CustomerInformationMain_PhoneNumbers_FK1': Child columns
overlap with child columns of CustomerInfoEmployer_PhoneNumbers_FK1."

what the heck does that mean?

I've defined my tables, their primary keys and their relationships. But
there is something I'm missing.

Can anybody help out on this one?

Thanks in advance!
-Michael.
 
M

Matt M

me said:
It states that "'CustomerInformationMain_PhoneNumbers_FK1': Child columns
overlap with child columns of CustomerInfoEmployer_PhoneNumbers_FK1."

what the heck does that mean?

Not sure, but look at the definitions for the two foreign key relationships
in the Database Properties window. Are they both associated with the same
child column? This could mean that you have homonyms in your model, i.e.
you've used the same attribute name for different attributes. This is
generally not recommended.

Matt M.
 
Top