scottetombleson
Programmer
I am trying to populate a Yes/No field based on wether or not tempMaster_P.PPAYAMT, a currency field, is greater than 0. I am using the following in the Values portion of my SQL statement. I keep getting a type mismatch error.
I have tried so many variations i hardly remember. Please somebody put me out of my misery and tell me what the &^%$ I am doing wrong.
Thanks in advance for your help.
Code:
IIf("tempMaster_P.PPAYAMT > 0", "-1", "0")
I have tried so many variations i hardly remember. Please somebody put me out of my misery and tell me what the &^%$ I am doing wrong.
Thanks in advance for your help.