Referencing a field in report

  • Thread starter Thread starter Omar
  • Start date Start date
O

Omar

First, thanks for taking the time to read and respond to
my question.

I have a form named print_screen, in this form I have a
set of controls named start_date and another named
end_date. These two control boxes are referenced in a
parameter querie. I wold like to reference the dates the
are inputted into these two controls in a report. So what
ever dates are typed into these two controls are shown on
the report. Thanks
 
Add text boxes to your report with controls sources like:
=Forms!Print_Screen!Start_Date
 
Back
Top