I have a report (rptGroupSummaryAll) that contains 3 sub reports:-
rptGroupSummaryQuote
rptGroupSummaryConfirmed
rptGroupSummaryTicketed
At the present moment in time the first two sub reports are filtered on the 'DateOfEnquiry' field and the last (rptGroupSummaryTicketed) is filtered on the 'TicketedOn' field.
Is it possible to have the user enter one set of date ranges that controls all three reports?
Normally i would do it using the following expression in the qry criteria:-
Between [Enter Start Date] And [Enter End Date].
But using the above method means that 3 lots of date ranges have to be entered for the one report.
Thanks in advance!
Sam
It's just common sense, shame sense isn't common!
rptGroupSummaryQuote
rptGroupSummaryConfirmed
rptGroupSummaryTicketed
At the present moment in time the first two sub reports are filtered on the 'DateOfEnquiry' field and the last (rptGroupSummaryTicketed) is filtered on the 'TicketedOn' field.
Is it possible to have the user enter one set of date ranges that controls all three reports?
Normally i would do it using the following expression in the qry criteria:-
Between [Enter Start Date] And [Enter End Date].
But using the above method means that 3 lots of date ranges have to be entered for the one report.
Thanks in advance!
Sam
It's just common sense, shame sense isn't common!