N
Nine Doors
Hi Everyone,
Quick question here. I have a query that returns a series of numbers.
So in my first query I have
TABLE A
LogID
TransActNum
This returns typically 3 or 4 records, all with different TransActNum's.
Then I use that query, and combined with another table have written a
further query try to find any occurrence of any of the TABLE A.TransActNum
reported in the first query, in a field in the second table.
Problem is, the query only returns instances of the lowest number from the
TransActNum list.
Does anyone have any idea how I could possibly get all occurrences of the 3
or 4 records in the transActNum field?
Many thanks in advance,
Niner
Quick question here. I have a query that returns a series of numbers.
So in my first query I have
TABLE A
LogID
TransActNum
This returns typically 3 or 4 records, all with different TransActNum's.
Then I use that query, and combined with another table have written a
further query try to find any occurrence of any of the TABLE A.TransActNum
reported in the first query, in a field in the second table.
Problem is, the query only returns instances of the lowest number from the
TransActNum list.
Does anyone have any idea how I could possibly get all occurrences of the 3
or 4 records in the transActNum field?
Many thanks in advance,
Niner