T
Thorson
My database is currently set up with a relationships between two different
tables with referential integrity. In the past all the animals we have were
listed in tblBirthInformation, many tables were linked to this (the animal
was to first be listed in tblBirthInformation); however now we have animals
that were not born here therefore to put them in tblBirthInformation would
create many blank fields in the records. We created another table
(tblCustomFeedAnimals) for the animals we have but are not owned.
Is there anyway to set up a relationship between three tables that to be
entered in the first table the animal must first be listed in either
tblBirthInformation or tblCustomFeedAnimals?
tables with referential integrity. In the past all the animals we have were
listed in tblBirthInformation, many tables were linked to this (the animal
was to first be listed in tblBirthInformation); however now we have animals
that were not born here therefore to put them in tblBirthInformation would
create many blank fields in the records. We created another table
(tblCustomFeedAnimals) for the animals we have but are not owned.
Is there anyway to set up a relationship between three tables that to be
entered in the first table the animal must first be listed in either
tblBirthInformation or tblCustomFeedAnimals?