Changing negative values to positive values

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top