form value constant

  • Thread starter Thread starter Mike Keziah
  • Start date Start date
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
 
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
 
Back
Top