R
Rani
Hi guys,
I have a field representing the tenth of a number. AKA if the user puts 25
it really should be 0.25
I was trying to use an after update event to control that and entered :
Me.PaymentAddKmDolar = PaymentAddKmDolar / 100
but am not getting anything to be displayed in the field.
what is the correct syntax ?
I have a field representing the tenth of a number. AKA if the user puts 25
it really should be 0.25
I was trying to use an after update event to control that and entered :
Me.PaymentAddKmDolar = PaymentAddKmDolar / 100
but am not getting anything to be displayed in the field.
what is the correct syntax ?