Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Forms
Active, Inactive textboxes
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Piet Linden, post: 1670525"] in the afterupdate of your checkbox, set the Enabled property of the relevant textboxes. Sub MyCheckBox_AfterUpdate() Me.txt1.Enabled=(MyCheckBox=Checked) Me.txt2.Enabled=Not (MyCheckBox=Checked) End Sub [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Access Newsgroups
Access Forms
Active, Inactive textboxes
Top