Hello Everyone
Ok I have a line of code here that is designed to take the amount out of a field and put it in another field without the decimal being in the amount. The problem is that when this happens with an amount that is say [$240.50] or [$240.00] it shows up like [2405], and [240] how can I get it to make sure the [00] ceros are added at the end.
Me.MicrPA = Replace([PaymentAmount], ".", "", 1)
Sincerely,
Charles
Ok I have a line of code here that is designed to take the amount out of a field and put it in another field without the decimal being in the amount. The problem is that when this happens with an amount that is say [$240.50] or [$240.00] it shows up like [2405], and [240] how can I get it to make sure the [00] ceros are added at the end.
Me.MicrPA = Replace([PaymentAmount], ".", "", 1)
Sincerely,
Charles