Generate Dynamic Report based on input value

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hi All,

I am working on Access Reports, I have a simple report generated from
the table,
But i want to make it dynamic so when user opens it it asks for date or
date range(as it is one of the fields)
and generate report for that date or date range.

Thanks in advance.

Sam.
 
In the criteria for your date field put:
Between [Start Date] and [End Date]

When you open your report you will be asked for Start Date and End Date
 
Back
Top