I am still working on an auction database, I have a table that collects the following: (Item/Ending Bid date/Current Bid Amount/Ending Bid amount/ Bid time/ And bidder/) and i need to create a query that pulls the highest "ending Bid Amount" (or winning bid),or the latest date for each item ,so i can send an email with the winning bidders. , how to I single out the last bid for each item. Please help thank you.