Subreports with Date Request

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!
 
D

Duane Hookom

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