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