export to excel

J

John

I have a table/query that I need to export to excel which is no problem, but
is there a way to only export the last record in the table/query?

Thanks in advance
 
K

Klatuu

You will need to create a query that filters to return only the last record.
The use that query in your export.
 
Top