I am tyring to set up a query, that runs from a selected date range, to return only the records that don't meet the requirments. For example, I have four fields:
Name
Date
Attended
Required
I want to start the query from a date range usesing Between [StartDate] And [EndDate]. There are...