G
Guest
I have a textbox(txtbox) and another one (txtbox2) which must display the double value of the first.
At the AfterUpdate Property of the first textbox what function should I write in order to automaticaly update the value of the second textbos with the double value of the first
Me.txtbox2.ControlSource =
Hopeing for an answer at this basic question ...
At the AfterUpdate Property of the first textbox what function should I write in order to automaticaly update the value of the second textbos with the double value of the first
Me.txtbox2.ControlSource =
Hopeing for an answer at this basic question ...