problems with a report

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

Guest

I've created a report based on a query. The report counts the number of
participants in a training program during a given period. To determine the
report start and end date, I use the Criteria filed in the query. I used
[Report Start Date] to query the training program start date, and [Report End
Date] to query the training program end date. How can I display these report
start and end dates on the report? I'm sure I've done it in the past, but for
the life of me, I can't remember!!!
 
Users should never have to respond to parameter prompts. Use controls on
forms for all criteria. However, you can add a text box to your report with
a control source like:
=[Report Start Date]
 
Back
Top