J
Jim
Hello,
I have a report formatted as a deposit slip that has the whole dollar amout
and cents seperated by a line. ie 100|00
If the cents amount doesn't end in a zero, everything works the way it
should. But if the amout ends in a zero it only displays one character
instead of two.
What I need is 100|10 and what I get now is 100|1 I am using the formula
=Right([DepositChecks],2) Does anyone know how to fix this? If I use
=Right([DepositChecks],3) then it displays the decimal like this 100|.9 I'm
using Access 2003.
Thanks for any help
Jim
I have a report formatted as a deposit slip that has the whole dollar amout
and cents seperated by a line. ie 100|00
If the cents amount doesn't end in a zero, everything works the way it
should. But if the amout ends in a zero it only displays one character
instead of two.
What I need is 100|10 and what I get now is 100|1 I am using the formula
=Right([DepositChecks],2) Does anyone know how to fix this? If I use
=Right([DepositChecks],3) then it displays the decimal like this 100|.9 I'm
using Access 2003.
Thanks for any help
Jim