Pass Parameters into report

  • Thread starter Thread starter Anna
  • Start date Start date
A

Anna

When my report load i want to ask from user:
Enter Starting Date: Date1
Enter Ending Date: Date2

and on the basis of these two dates i want to run my report (rptsmry)
need help

Table accsmry
Field: ticket_Date

Thank You.
 
Create a form that prompts the user for those two fields, and has a button
to open the report.

Create a query that uses those two fields from the form as parameters.

Base the report on that query.
 
Back
Top