Report based upon notes enter on Specific Day

J

Jimbo

I have a subform for leaders to put in notes about daily schedule
adherence. I want to have a report pull the information based upon
specific day criteria. How can I accomplish this?

Thanks in advance. I am just learning access on my own.
 
K

KARL DEWEY

In the query for the report put this in the Criteria row of the design view
grid --
CVDate([Enter date])
 
Top