variables in iif in control source

S

seeker54

how are variables used in iif within a control source.
when i use a variable and then run the report it askes for
a value for the parameter with the variable name.

seeker54
 
D

Duane Hookom

You can't use memory variables outside of modules. You can write functions
that will return a variable/value.
 
Top