J
jndickin
Access 2003
I am missing something about using First in a query. Why wouldn't this
retrieve the first and ONLY the first record for each different Region in
Table1?
SELECT First(Table1.Region) AS FirstOfRegion, Table1.Class, Table1.Item,
Table1.Price
FROM Table1
GROUP BY Table1.Class, Table1.Item, Table1.Price;
Thanks for your help!
I am missing something about using First in a query. Why wouldn't this
retrieve the first and ONLY the first record for each different Region in
Table1?
SELECT First(Table1.Region) AS FirstOfRegion, Table1.Class, Table1.Item,
Table1.Price
FROM Table1
GROUP BY Table1.Class, Table1.Item, Table1.Price;
Thanks for your help!