report problem

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

Guest

i want 1 date parameter in report which include 4 subreport but it
will treat them as 4 different parameters, I only
need one parameter.
please reply
 
Use a reference to a control on a form rather than a parameter prompt in
your query. This would replace your "enter date" parameter with something
like:
Forms!frmDateSelect!txtDate
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top