J
Jen Scott
I need to take a field that currently has a decimal place in it and change it
to remove the decimal, but retain the digits after the decimal (including
zeros) -- I also need to maintain negative/positive:
Example:
123.45 should display as 12345
12.00 should display as 1200
-987.01 should display as -98701
I've tried using the format function in a query, but haven't had any luck.
I'm using Access 2007. Any help is appreciated! Thanks!
to remove the decimal, but retain the digits after the decimal (including
zeros) -- I also need to maintain negative/positive:
Example:
123.45 should display as 12345
12.00 should display as 1200
-987.01 should display as -98701
I've tried using the format function in a query, but haven't had any luck.
I'm using Access 2007. Any help is appreciated! Thanks!