I am trying to write a simple Access 2007 query that returns only the latest record based on the date from a table that contains name of person, date and time of contacting the person.
I have tried Max and Where <=Now() but even with these conditions running the query returns all the records in the table.
Is there a way to get just the record with the latest date?
Thanks,
Mark.
I have tried Max and Where <=Now() but even with these conditions running the query returns all the records in the table.
Is there a way to get just the record with the latest date?
Thanks,
Mark.