R
Rani
Hi guys, I have two minor issue which drive me nuts:
A. I need to represent the 10th part of a number AKA the user enters 28 and
the computer should display 0.28 I was using an afterupdate event :
Me.PaymentAddKM = Me.PaymentAddKM / 100, but I am not getting anything out
of it.
B. I have 2 CBX's on my form, how do I cause them to change the default
value when I go to a new record ?
if I select them they are showed as selected.
thanks
A. I need to represent the 10th part of a number AKA the user enters 28 and
the computer should display 0.28 I was using an afterupdate event :
Me.PaymentAddKM = Me.PaymentAddKM / 100, but I am not getting anything out
of it.
B. I have 2 CBX's on my form, how do I cause them to change the default
value when I go to a new record ?
if I select them they are showed as selected.
thanks