C
CW
I have a Corporates table holding details of company customers.
I have a CorpContacts table holding details of our contact persons at those
companies.
Originally I had a relationship (one to many) between Corporates.CorpName
and CorpContacts.CorpName.
I had a Corporates form which contained a CorpContacts subform displaying
the contact persons' details. All working fine.
But if we updated the name of the company i.e. Corporates.CorpName, the link
was lost and the contact persons were no longer displayed.
So I introduced new fields in each table ("CorpID"), i.e. something that
would not be subject to change. I reset the relationship to use those fields
instead of CorpName. I added the fields to the two forms. Now the
CorpContacts form doesn't even display any names at all!!
Where have I gone wrong???
Many thanks
CW
I have a CorpContacts table holding details of our contact persons at those
companies.
Originally I had a relationship (one to many) between Corporates.CorpName
and CorpContacts.CorpName.
I had a Corporates form which contained a CorpContacts subform displaying
the contact persons' details. All working fine.
But if we updated the name of the company i.e. Corporates.CorpName, the link
was lost and the contact persons were no longer displayed.
So I introduced new fields in each table ("CorpID"), i.e. something that
would not be subject to change. I reset the relationship to use those fields
instead of CorpName. I added the fields to the two forms. Now the
CorpContacts form doesn't even display any names at all!!
Where have I gone wrong???
Many thanks
CW