K
ktwtennis
I am trying to get a function something like this:
Proj ID: IIf(([WoProjCode]="" or "99Z9999"),"09RM003",[WoProjCode])
If the project ID is blank or "99Z9999", I want it to go to "09RM003", and
if not, then default to its own project ID.
Many thanks for any help you can provide!
Proj ID: IIf(([WoProjCode]="" or "99Z9999"),"09RM003",[WoProjCode])
If the project ID is blank or "99Z9999", I want it to go to "09RM003", and
if not, then default to its own project ID.
Many thanks for any help you can provide!