F
fl
How do I write the following as a function in the Modules so that I can
use it repeatedly in a query? Thanks.
Bonus: IIf(([variable1] Is Null Or [variable1]<3),'-
-',(IIf(([varialbe1]>=3 And [variable2] Is Null),'0',[variale2])))
use it repeatedly in a query? Thanks.
Bonus: IIf(([variable1] Is Null Or [variable1]<3),'-
-',(IIf(([varialbe1]>=3 And [variable2] Is Null),'0',[variale2])))