"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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top