Subreports with Date Request

  • Thread starter Thread starter Brenda
  • Start date Start date
B

Brenda

I have a main unbound report that contains 3 subreports of
3 different tables. Each table has the field REPDATE. I
need to be able to prompt for the REPDATE and have all 3
subreports based on that REPDATE.

Any ideas on the best way to do this?

Many thanks in advance!
 
Enter a value into a text box on a form. You can then use
Forms!frmYourForm!txtYourTextBox rather than a prompt.
 
Back
Top