No, the tables are not linked. I created the tables in Access. What I find
confusing is that I can do a query with an outer join that shows me the rows
where the subset data doesn't have a corresponding record (as it should be). I
don't see anything wrong with the data per se.
Sounds like a user has entered a Specialty in the subset table which doesn't
already exist in the main table. Run an unmatched query and review the
results. Remove the error or change the unmatched query to an append query
to build records for what is missing.
> No, the tables are not linked. I created the tables in Access. What I find
> confusing is that I can do a query with an outer join that shows me the rows
[quoted text clipped - 20 lines]
> > > a Specialty in the subset table which doesn't already exist in the main
> > > table.
Alex - 15 Jul 2005 14:56 GMT
> Sounds like a user has entered a Specialty in the subset table which doesn't
> already exist in the main table. Run an unmatched query and review the
> results. Remove the error or change the unmatched query to an append query
> to build records for what is missing.
That would be the obvious answer, but that wasn't it. I ran unmatched queries,
and the results came out as expected. I am not sure what it was, perhaps
corruption in an index, but I was eventually able to set up the relationships.
Thanks to all.