Changing negative values to positive values

S

Sue

I have a column of values that loaded as negative values but I need them to be positive. How can I change these without having to re-enter them.
 
J

Jim/Chris

Create and Update query and upate the field to
ABS(Fieldname)
or
multyply by -1

Jim
-----Original Message-----
I have a column of values that loaded as negative values
but I need them to be positive. How can I change these
without having to re-enter them.
 
Top