G
Guest
I have two queries, each of which is based on different combinations of
tables. Each allows the entry of new records. The fields returned by each
query are common to both queries, but the records returned are different
(because of the different table combinations). I would like to make one
query a "superset" of the other, such that its results include any of the
records from the other query that are not already in the results of the
first. I still want to be able to add new records to this superset query,
which new records would update the underlying tables of this query just as
they do now.
Alternatively, I could have the "subset" query add records to one of the
underlying tables that determines the results of the "superset" query, such
that the superset query is sure to always include, at a minimum, the results
of the subset query + any new records that are added to its underlying tables
through other means.
I cannot figure out how to do this, but would love any help.
Thanks in advance.
tables. Each allows the entry of new records. The fields returned by each
query are common to both queries, but the records returned are different
(because of the different table combinations). I would like to make one
query a "superset" of the other, such that its results include any of the
records from the other query that are not already in the results of the
first. I still want to be able to add new records to this superset query,
which new records would update the underlying tables of this query just as
they do now.
Alternatively, I could have the "subset" query add records to one of the
underlying tables that determines the results of the "superset" query, such
that the superset query is sure to always include, at a minimum, the results
of the subset query + any new records that are added to its underlying tables
through other means.
I cannot figure out how to do this, but would love any help.
Thanks in advance.