M
Mike
I have two tables:
- One table is the result of quering out some criteria and it now
has fields: Division, Store, Transaction #, line (which shows whether it is a
total, deposit, tax, tendered) - it is queried out by total, and
concatenation field which has division-store-transaction#.
- My second table has all data and the same fields including the
concatenation, and has all of the line fields including total, deposit, tax,
and tendered.
I want to be able to join these two tables together in order to bring back
all of the line names that correspond with the first table.
Thanks in advance.
Mike
- One table is the result of quering out some criteria and it now
has fields: Division, Store, Transaction #, line (which shows whether it is a
total, deposit, tax, tendered) - it is queried out by total, and
concatenation field which has division-store-transaction#.
- My second table has all data and the same fields including the
concatenation, and has all of the line fields including total, deposit, tax,
and tendered.
I want to be able to join these two tables together in order to bring back
all of the line names that correspond with the first table.
Thanks in advance.
Mike