B
BZeyger
Hello,
I have a simple VBA form which has 4 checkboxes.
chk1
chk2
chk3
chk4
The form laod event has chk3 defaulted as checked.
The user is supposed to check off the boxes for which report they want to run.
If I uncheck chk3 or select any other check box, the report does not show up.
Is there an Update command I should use in the click event of the run button?
I have a simple VBA form which has 4 checkboxes.
chk1
chk2
chk3
chk4
The form laod event has chk3 defaulted as checked.
The user is supposed to check off the boxes for which report they want to run.
If I uncheck chk3 or select any other check box, the report does not show up.
Is there an Update command I should use in the click event of the run button?