H
Harriet
I am trying to create a query to run two tables; sinle relationship of
transaction date but one table may have multiple entries of a transaction
while the other has a single entry for the transaction for the same date.
Now, the query reads the table with the single entry and gives a line for
the other tables multiple entries and repeats the transaction ID on the
single table, mulitiple times or for each transaction ID in the multiple
table.
Example: table 1 has transaction ID 1234 for date 5/1/09 and table 2 has
transaction 9114, 9115, 9116 for date 5/1/09.
Currently, the result is record 1234 9114, 1234 9115, 1234 9116 and I just
want to see a record for each transaction id on a single line or row.
Eventually this needs to be in a report...do I need to somehow manipulate
there? I've tried to group there and it isn't working out.
Help.
Harriet
transaction date but one table may have multiple entries of a transaction
while the other has a single entry for the transaction for the same date.
Now, the query reads the table with the single entry and gives a line for
the other tables multiple entries and repeats the transaction ID on the
single table, mulitiple times or for each transaction ID in the multiple
table.
Example: table 1 has transaction ID 1234 for date 5/1/09 and table 2 has
transaction 9114, 9115, 9116 for date 5/1/09.
Currently, the result is record 1234 9114, 1234 9115, 1234 9116 and I just
want to see a record for each transaction id on a single line or row.
Eventually this needs to be in a report...do I need to somehow manipulate
there? I've tried to group there and it isn't working out.
Help.
Harriet