R
Randal
Is there a way to put an unknown parameter in an If statement, but only have
the query ask for the parameter when the criteria is met. Example:
Field3: IIf([Table1]![Flag]="Yes",[Table1]![Name],[enter your own name])
This asks me for the parameter even if the flag is set to "Yes" and I only
want it to ask when flag is not = "Yes"
the query ask for the parameter when the criteria is met. Example:
Field3: IIf([Table1]![Flag]="Yes",[Table1]![Name],[enter your own name])
This asks me for the parameter even if the flag is set to "Yes" and I only
want it to ask when flag is not = "Yes"