M
Martin
I have several tables. One is a list of Physicians, the others are detailing
things like their offices, specialties, etc. The Physician table is in a
one-to-many relationship with each of the supporting tables. A given
physician may or may not have data in the supporting tables, but will always
be in the Physician table.
In Design view, when I add a supporting table that does not contain
record(s) for a given physician, the query drops that physician entirely. I
would like it to continue to pull the information from the other supporting
tables, just leave the data blank from the table that has no data for that
physician.
I have tried changing the Join Type between the Physician table and the
supporting table that I am adding to the query, but it does not have any
affect on the results of the query. I have tried removing Referential
Integrity on the join as well with no affect.
Can someone give me some ideas on how to solve this?
Thanks.
things like their offices, specialties, etc. The Physician table is in a
one-to-many relationship with each of the supporting tables. A given
physician may or may not have data in the supporting tables, but will always
be in the Physician table.
In Design view, when I add a supporting table that does not contain
record(s) for a given physician, the query drops that physician entirely. I
would like it to continue to pull the information from the other supporting
tables, just leave the data blank from the table that has no data for that
physician.
I have tried changing the Join Type between the Physician table and the
supporting table that I am adding to the query, but it does not have any
affect on the results of the query. I have tried removing Referential
Integrity on the join as well with no affect.
Can someone give me some ideas on how to solve this?
Thanks.