Re: Activate/deactivate fields on Form
- From: "kingston via AccessMonster.com" <u27511@uwe>
- Date: Thu, 19 Oct 2006 19:10:44 GMT
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
.
- Prev by Date: RE: DoCmd.OpenQuery
- Next by Date: RE: combo box lookup
- Previous by thread: Re: opton buttons not working
- Next by thread: Re: Non JPG Image file extension
- Index(es):