Sanders720
I'm running Access '97 so I don't know if this willwork for you, but try it.
Go to the database window, select the Queries tab and click "New". Click "OK" for Design view.
The query design grid will open along with the Show Table window. Select the tables/queries to be included and close the Show Table window.
Double click the fields you want in your query to place them in the grid. If you don't have a row in the grid called "Totals", then right-click on one of the grid's cells and select 'Totals' from the menu. This will add the row.
In the date column, click the drop-down in the Totals row and select MAX.
Select View: Datasheet View from the main menu to view the results.
Did that give you what you want?
If it did, switch to SQL view and copy the SQL. Go back to your module and paste it in.
Also, if it does work, please paste and post the SQL here for us to see.
If it doesn't work, I guess it's another ten minutes without an answer and I apologize.
HTH John
Use what you have,
Learn what you can,
Create what you need.