T
T Magritte
Hi,
I have several tables containing records, some of which are unique,
and some of which are duplicated in one or more of the other tables.
To illustrate check out the following venn diagram:
http://farm4.static.flickr.com/3417/3288467460_573af568c0.jpg
In this example, the circles l, m, n, and o represent 4 different
tables with partially overlapping records.
h, i, j, and k contain records that are unique to one of the 4
tables.
Finally, a - g represent records that present in 2 or more of the
tables.
I've been able to make tables for each of the sections above by
manually settings up a series of selection queries with reciprocal
joins or mismatch queries.
However, I was wondering if there's a better way to do this? Is there
a single command or query that would give me tables for each section,
or maybe a single table containing all of the records with 1 or more
extra columns that indicate which of the 4 original tables that record
can be found in?
Thanks!
I have several tables containing records, some of which are unique,
and some of which are duplicated in one or more of the other tables.
To illustrate check out the following venn diagram:
http://farm4.static.flickr.com/3417/3288467460_573af568c0.jpg
In this example, the circles l, m, n, and o represent 4 different
tables with partially overlapping records.
h, i, j, and k contain records that are unique to one of the 4
tables.
Finally, a - g represent records that present in 2 or more of the
tables.
I've been able to make tables for each of the sections above by
manually settings up a series of selection queries with reciprocal
joins or mismatch queries.
However, I was wondering if there's a better way to do this? Is there
a single command or query that would give me tables for each section,
or maybe a single table containing all of the records with 1 or more
extra columns that indicate which of the 4 original tables that record
can be found in?
Thanks!