How would i go about removing negative values that I have in a table? I only care about the actual whole number. Is there some type update or criteria I can use?
If you simply want to ignore the sign you could use ABS() function, if you want to change the negatives to positives (leaving the positives as they are), you could make an update query with a criteria of < 1 and use Abs() to set negatives to positives
Regards
Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now -
How would I go about writing the update query? My criteria would be less than <1, but what would i put in the "Update to" field? I'm not sure where i would need place the ABS function in that case?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.