C
Chris Gorham
Hi,
simply can't get this to work...
I have a table (Table A) containing records with about 20 different fields.
One of the fields is going to be matched with an equivalent field in another
table (Table B) using the "join" facility - so far so good.
However this field in Table A is not unique since it contains both single
and multiple occurances.
What I want to do is to write a query that will output the matching records
from Table A based on this field, but will do so only once per record thus
ignoring the multiple occurances. For the case of mutiple occurances where
the field matches the equivalent field in Table B, the record from Table A
with the earliest data should be output (using FIRST..??)
Hope this makes sense...Rgds Chris Gorham
simply can't get this to work...
I have a table (Table A) containing records with about 20 different fields.
One of the fields is going to be matched with an equivalent field in another
table (Table B) using the "join" facility - so far so good.
However this field in Table A is not unique since it contains both single
and multiple occurances.
What I want to do is to write a query that will output the matching records
from Table A based on this field, but will do so only once per record thus
ignoring the multiple occurances. For the case of mutiple occurances where
the field matches the equivalent field in Table B, the record from Table A
with the earliest data should be output (using FIRST..??)
Hope this makes sense...Rgds Chris Gorham