In Access 2003 on WIN10. I have a table with the following fields: ItemNbr, RecNbr, Desc. There are more fields, but not important for discussion. Each ItemNbr can have several RecNbr's. I need a query the displays one record for each unique ItemNbr. Other fields in results need to be Desc and MAX recNbr for the ItemNbr. The Desc field should contain the Desc from associated recNbr 1.
Thanks