Running multiple reports

  • Thread starter Thread starter KateB
  • Start date Start date
K

KateB

Hi everyone,

I have 3 reports that are each bound to a different query. I want to run
all three each week by clicking a button (needs to be simple in case I'm not
here!) How do I do it? Ideally I want the button on the switch form but
just think it'd be easier to have one button than 3 individual ones.

Many thanks.
 
KateB said:
Hi everyone,

I have 3 reports that are each bound to a different query. I want to
run all three each week by clicking a button (needs to be simple in
case I'm not here!) How do I do it? Ideally I want the button on
the switch form but just think it'd be easier to have one button than
3 individual ones.

Many thanks.

Hint: The code behind one button can execute as many statements as you
desire to put into the procedure.

If you know how to make three buttons open three reports then you just
combine that code into the click revent of one button instead.
 
Back
Top