Just multiple the postitive number by -1. If you don't want a negative number conversely to be converted to positive then you should test for >0 before executing this expression.
IIF(Me![ControlName]>0, Me![ControlName]*-1, Me![ControlName])
This should do it for you.
Bob Scriver
Nobody believes the official spokesman... but everybody trusts an unidentified source.
Author, Bagdad Bob???