Get Report to show only records in certain date range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report titled "Closed Jobs". I would like for the user to be able
to type in a date range and see only the closed jobs on the report. I do not
know what code is required to accomplish this task or where to put the code.
Can you provide any assistance. Help is greatly appreciated. I am new to
Access.
 
Presumably you have a jobs table and one of the fields is DateClosed. Create
a query based on this table. Put the following expression in the criteria of
the DateClosed field:
Between [Enter Start Date] And [Enter End Date]

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
Back
Top