What I have is a query on Charges. Now I want to change a sign from + to -
based on the ChgID # in that field.
--
Joe Cilinceon
> What I have is a query on Charges. Now I want to change a sign from + to -
> based on the ChgID # in that field.
IIf([ChgID]=somecriteria,[Charges] * -1,[Charges])

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Joe Cilinceon - 06 Nov 2005 19:06 GMT
>> What I have is a query on Charges. Now I want to change a sign from
>> + to - based on the ChgID # in that field.
>
> IIf([ChgID]=somecriteria,[Charges] * -1,[Charges])
Thanks fredg that worked good. I've had brain lock today and for some reason
I just couldn't figure out how to do it, simple as it is.

Signature
Joe Cilinceon