Changing negative values to positive values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top