G
Guest
I'm looking for the proper syntax for using the IIF statement...this is what
I want to do:
IIF([myField] LIKE "Approved*",then do something,else something else)
I'm having trouble with proper syntax for LIKE and *. Or using = instead of
LIKE.
I want to do:
IIF([myField] LIKE "Approved*",then do something,else something else)
I'm having trouble with proper syntax for LIKE and *. Or using = instead of
LIKE.