Date field to carry through all queries?

  • Thread starter Thread starter starr.kim
  • Start date Start date
S

starr.kim

I have subreports in a master report and the field all the queries
depend on is a date. I would like to only enter the date once but each
query asks me for the same information. Is there a way I can enter the
date once and have it carry through all of my queries for that report?

Thanks in advance for your help!
 
Use a reference to a control on a form.
WHERE [DateField] = Forms!frmSomForm!txtSomeDate
 
Back
Top