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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top