T
The Mysterious J
I have to compare 2 databases. One I've received - all insurance billing
claim lines. I'm waiting for all services - whether or not they had
insurance. I know that if I create a query and I pull in the 2 tables into
the query, and I create a relationship between the provider, client, date of
service, type of service, et cetera, I will see only the total services that
had insurance. However, what I want is the opposite. I want to know who
DIDN"T have insurance. If I pull in 2 tables and create all relationships
between the like fields, it will EXCLUDE the lines I want to see. Is there a
way to somehow reverse this quality of the query so I can see what ones are
NOT insured? Both DBs are all text; the one I received has no key field
identified.
claim lines. I'm waiting for all services - whether or not they had
insurance. I know that if I create a query and I pull in the 2 tables into
the query, and I create a relationship between the provider, client, date of
service, type of service, et cetera, I will see only the total services that
had insurance. However, what I want is the opposite. I want to know who
DIDN"T have insurance. If I pull in 2 tables and create all relationships
between the like fields, it will EXCLUDE the lines I want to see. Is there a
way to somehow reverse this quality of the query so I can see what ones are
NOT insured? Both DBs are all text; the one I received has no key field
identified.