G Guest Dec 4, 2004 #1 I need to have a check box to run code when checked. How is the Check Box control set to run code when checked? Thanks Paul
I need to have a check box to run code when checked. How is the Check Box control set to run code when checked? Thanks Paul
T Tom Ogilvy Dec 4, 2004 #2 Use the click event for a checkbox from the control toolbox toolbar (double click on the checkbox in design mode). Assign a macro to a checkbox from the forms toolbar.
Use the click event for a checkbox from the control toolbox toolbar (double click on the checkbox in design mode). Assign a macro to a checkbox from the forms toolbar.