How can I get the IIF statement below to include PDF in the string. Basically what I am trying to do is if the contents of the query = "QDV " or "PDF " add a "-" in front of the string (to make the number negative). I have tried adding an "OR" into the string, however, it makes all my numbers negative. What am I missing?
As always, Thanks for your help.
Code:
IIf([front]<>"QDV ","-" & Format([cash],"Fixed"),Format([Cash],"Currency"))
As always, Thanks for your help.