S
Scott
Hello,
I need some help with a query to find records in my first data table that
don't match my second reference table. I'm trying to map account information
to account description but I don't know how to get the query to show new
transactions.
Example:
Table 1
Field 1 Field 2
AccountA $100
AccountB $200
AccountC $500
Table 2
AccountA Travel
AccountB Airfare
My Current Query Results From Tables 1 and 2 Below:
Travel $100
Airfare $200
My Desired Query Results From Tables 1 and 2 Below:
Travel $100
Airfare $200
AccountC $500 <---- How do I get this new transaction into my
query so I know to add it to my reference table? Since this new transaction
is "fall out" data, my totals don't match between Table 1 and my query
results.
Thanks for your help.
Scott
I need some help with a query to find records in my first data table that
don't match my second reference table. I'm trying to map account information
to account description but I don't know how to get the query to show new
transactions.
Example:
Table 1
Field 1 Field 2
AccountA $100
AccountB $200
AccountC $500
Table 2
AccountA Travel
AccountB Airfare
My Current Query Results From Tables 1 and 2 Below:
Travel $100
Airfare $200
My Desired Query Results From Tables 1 and 2 Below:
Travel $100
Airfare $200
AccountC $500 <---- How do I get this new transaction into my
query so I know to add it to my reference table? Since this new transaction
is "fall out" data, my totals don't match between Table 1 and my query
results.
Thanks for your help.
Scott