QHRider,
Where do you intend to use the statement?
Code:
If [Your Expression] = SomeValue Then
[COLOR=#4E9A06]'use statements here for True[/color]
Else
[COLOR=#4E9A06]'use statements here for False[/color]
End If
Typically IIf() is used as a function that returns a single value.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.