Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subreports

Status
Not open for further replies.

Doc94

Technical User
Aug 1, 2003
58
US
I have a main report based on 3 subreports. Of course the three subreports are based on 3 queries. I want all three subreports to limit the records to a certain date range.
Now I can do it for each subreport by specifying in the query under the date field "between [paramter 1] and [parameter 2]+1". This works fine except I have to enter it 3 times- once for each query/subreport.
Is there a way to set it up to just enter the parameters once?
 
Stop using parameter prompts. Use references to controls on a form. Take a look at this link
Using controls provides:
- ability to see all criteria values at once
- check for integrity of input values
- combo and list boxes
- default values
- calculated values
- re-use of the same values
- much much more

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top