Negative to positive value

  • Thread starter Thread starter EMILYTAN via AccessMonster.com
  • Start date Start date
E

EMILYTAN via AccessMonster.com

How to change negative value to positive?

For example i text box value is in -4 then i want to change it into 4...
How?
 
How to change negative value to positive?

For example i text box value is in -4 then i want to change it into 4...
How?

Multiply by -1, or use the Abs() function. What's the context? When do you
want this to happen?

John W. Vinson [MVP]
 
Back
Top