G Guest Mar 1, 2004 #1 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.
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 Mar 1, 2004 #2 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 Click to expand... 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 Click to expand... but I need them to be positive. How can I change these without having to re-enter them.