Hello,
While debugging a line:
If Me.paymentamount.Value = Me.Total.Value Then
I found that paymentamount was 169.08
and total was 169.078
both fields are set to currency with a decimal place of 2.
How can I format total to round before my if statment?
Thanks,
--freefour
While debugging a line:
If Me.paymentamount.Value = Me.Total.Value Then
I found that paymentamount was 169.08
and total was 169.078
both fields are set to currency with a decimal place of 2.
How can I format total to round before my if statment?
Thanks,
--freefour