form value constant

M

Mike Keziah

How do I make a form field remain constant until changed
by the user? For example...I have a form for vehicle
usage. I want the first field (vehicle) to remain the
same unless I change it while putting in multiple usages.

Thanks.
Mike
 
A

Adrian Jansen

Set the Default Value property of the textbox on the form to the value you
want, or even to the last value entered, in the After Update event for the
form.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Top