I’m not quite sure where to post this because it is a query of table that is being used to generate a report, but is being opened with a the OpenReport macro. In the where condition I have this:
Year([ActualDropOffDate])=Year(Now()) And DatePart("q",Date())=DatePart("q", Now())
But I must...