What I am doing is creating a database to keep track of our scanner inventory from 10 different conveyor lines with 10 different scanner positions. We change out a few scanners on each of these lines with new ones weekly. I have developed a table for each conveyor line, with a form pointing directly to each table. I also used a Lookup box for each of the 10 scanner positions. I need to create a query that would display the most current scanner information for each scanner position and conveyor line using the date. The query I am trying to create has four columns. One for the scanner position number, second being serial# for scanner, third being who changed it out, and fourth being the date installed. I used the Like "" expression to select each scanner, but I could not get the query to extract the most current entry by date. I know this is asking a bit, but I would appreciate any help you could offer. I have tried the MAX(Date) expression, but I get a error. PLEASE HELP!