What I am working with:
I have 3 tables:
Table 1:
Contains data about a specific geographic location
Table 2:
Contains Type "x" data found at a site recorded in table 1
Table 3:
Contains Type "y" data found at a site recorded in table 1
At the moment table 1 and table 2 are joined in a one-to-many relationship and table 1 and table 3 are joined in a one-to-many relationship.
What I want to me able to do:
Bring the tables together in a query so I can view all Type X AND Type y data associated with a particular site in table 1.
At the moment I can only bring table 1 and table 2 or table 1 and table 3 into a query, because table 2 and table 3 are not related to one another.
Does anybody have any suggestions as to how I can re-design my tables to produce the result I want.
Thanks for your time.
I have 3 tables:
Table 1:
Contains data about a specific geographic location
Table 2:
Contains Type "x" data found at a site recorded in table 1
Table 3:
Contains Type "y" data found at a site recorded in table 1
At the moment table 1 and table 2 are joined in a one-to-many relationship and table 1 and table 3 are joined in a one-to-many relationship.
What I want to me able to do:
Bring the tables together in a query so I can view all Type X AND Type y data associated with a particular site in table 1.
At the moment I can only bring table 1 and table 2 or table 1 and table 3 into a query, because table 2 and table 3 are not related to one another.
Does anybody have any suggestions as to how I can re-design my tables to produce the result I want.
Thanks for your time.