R
ron
I have two queries with three fields each. Two of the
three, [Customer] and [ServiceCode] are exactly alike and
pulling from the same tables. The only difference is that
Query1 has a calculated field [Exempt]and Query2 has a
corresponding field [Taxed]. The resulting records for
the two queries are mutually exclusive.
I would like to use the two queries to create a third
query that returns all the records from each, with the
[Exempt] and [Taxed] displaying thus:
[Customer] [ServiceCode] [Exempt] [TaxAmount]
Smith 4525 100.00
Jakes 2525 47.50
Jones 2521 82.58
Castle 2561 150.00
Possible? Easily accomplished. I tried messing around with
joins but only proved to myself that I don't know what I'm
doing.
Thanks,
ron
three, [Customer] and [ServiceCode] are exactly alike and
pulling from the same tables. The only difference is that
Query1 has a calculated field [Exempt]and Query2 has a
corresponding field [Taxed]. The resulting records for
the two queries are mutually exclusive.
I would like to use the two queries to create a third
query that returns all the records from each, with the
[Exempt] and [Taxed] displaying thus:
[Customer] [ServiceCode] [Exempt] [TaxAmount]
Smith 4525 100.00
Jakes 2525 47.50
Jones 2521 82.58
Castle 2561 150.00
Possible? Easily accomplished. I tried messing around with
joins but only proved to myself that I don't know what I'm
doing.
Thanks,
ron