Open Different reports from 1 form

S

Sarah

Dear All
I want to open 3 different reports from 1 form. If the user types A1, A2 or
A3 in the "input" control I want Report100 to open. If he types A4, A5 or A6
I want Report200 to open etc. How can I do this?

I hav tried to use a macro with a where condition, ie [Forms]....[Input] =
"A1" or "A2" or "A3"......Open report100, but no matter what I type in the
"input" control the macro always opens report100.

My knowledge of code is limited, I grew up on macros! But if someone can
give me the code that would be great.
 

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