I'm building the application using Access 2007.
I have four checkboxes on my form. Checking off different checkboxes will control the VBA routines "behind" the button.
I realized, that during the execution of the form, my four checkboxes behave like "radio buttons": only one checkbox can be checked off, checking second box cleares the first one. Am I doing something wrong? Missing something?
Also: how do I read the status of the box? There is no "value" property (as in VB6).
Thank you in advance for your advice!
I have four checkboxes on my form. Checking off different checkboxes will control the VBA routines "behind" the button.
I realized, that during the execution of the form, my four checkboxes behave like "radio buttons": only one checkbox can be checked off, checking second box cleares the first one. Am I doing something wrong? Missing something?
Also: how do I read the status of the box? There is no "value" property (as in VB6).
Thank you in advance for your advice!
Comment