Re: Activate/deactivate fields on Form



With the trigger control's After Update event, use the following:

Me.OtherControl.Enabled = True or False
You might also consider the properties .Visible and .Locked


JudyHNM wrote:
I have a data entry form. There are some fields on the form that I would
like to open for data entry if a certain box is checked and keep them
"closed" if the box is not checked. How do I do that?

Thanks, Judy

--
Message posted via http://www.accessmonster.com

.