Running multiple reports

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.
 
R

Rick Brandt

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.
 

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

Top