I'm attempting to use this as a query expression:
RemarkType: IIf([Certificate] Like "1 Obt*" Or "2 Obt*","AType","BType")
But the Like part is not working, and all records are showing as "AType".
How can I fix this? Thanks.
--
Mike
Why make it simple and efficient when it can be complex and wonderful?
RemarkType: IIf([Certificate] Like "1 Obt*" Or "2 Obt*","AType","BType")
But the Like part is not working, and all records are showing as "AType".
How can I fix this? Thanks.
--
Mike
Why make it simple and efficient when it can be complex and wonderful?