Hello,
I have created a query that uses the MaxofDate function to retrieve logbook entries created on the last day of work in our section.
This query creates a report that can be accessed from a "quick link" button on the main menu of the database. This function works great except that once a new entry is made in the logbook for "today", then the quick link button displays today's logs vice the last work day logs.
What I would like to know is if there is a way to use the MaxofDate function but have it ignore the current date. I've tried MaxofDate <Now() and MaxofDate <Date() but both of these return blank reports. Thanks for any advice you can provide.
I have created a query that uses the MaxofDate function to retrieve logbook entries created on the last day of work in our section.
This query creates a report that can be accessed from a "quick link" button on the main menu of the database. This function works great except that once a new entry is made in the logbook for "today", then the quick link button displays today's logs vice the last work day logs.
What I would like to know is if there is a way to use the MaxofDate function but have it ignore the current date. I've tried MaxofDate <Now() and MaxofDate <Date() but both of these return blank reports. Thanks for any advice you can provide.