Disable Form Field Entry

  • Thread starter Thread starter Melinda
  • Start date Start date
M

Melinda

I am sure this is really simple, but I have to create a
form with an option box that asks what the user wants to
do. Based on their selection, some of the fields in the
form should be disabled, only allowing entry in other
specific fields. Help. Thanks.
 
You can set the Locked, Visible and Enabled properties of the appropriate controls in the AfterUpdate or LostFocus events of your OptionGroup

----- Melinda wrote: ----

I am sure this is really simple, but I have to create a
form with an option box that asks what the user wants to
do. Based on their selection, some of the fields in the
form should be disabled, only allowing entry in other
specific fields. Help. Thanks
 

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

Back
Top