P
Peter Kinsman
At the end of each quarter, I produce a number of reports, each driven by a
parameter query which asks for the quarter-end date, generates the
quarter-start date by adding one day and subtracting three months, and lists
the transactions using
Tran_date Between start_date And end_date
It would make sense to group these in a macro, but because of limitations in
SetValue, do I need to use a module instead? It is further confused because
the EndDate parameter in he query is used to format the title of the report.
I tried to use an invisible textbox in the report to hold the value, but
this hasn't worked yet either, so I wondered if anyone had been successful
in anything similar.
Many thanks
Peter Kinsman
parameter query which asks for the quarter-end date, generates the
quarter-start date by adding one day and subtracting three months, and lists
the transactions using
Tran_date Between start_date And end_date
It would make sense to group these in a macro, but because of limitations in
SetValue, do I need to use a module instead? It is further confused because
the EndDate parameter in he query is used to format the title of the report.
I tried to use an invisible textbox in the report to hold the value, but
this hasn't worked yet either, so I wondered if anyone had been successful
in anything similar.
Many thanks
Peter Kinsman