How to pass a parameter for a report query?

R

RB

How does one create a parameterized query and pass that parameter to the
report via code so that the user is not prompted to enter the parameter?

Can one use a qeurydef object for a report?

RB
 
B

Bret

RB said:
How does one create a parameterized query and pass that parameter to the
report via code so that the user is not prompted to enter the parameter?

Can one use a qeurydef object for a report?

RB

Do you mean you have a saved query that you want the user input or
what?

I ask because there are a couple of options for doing this.
 
Top