Excuse my ignorance I am a newbie to vba and attempting to learn as I code..
Have a form with multiple checkboxes with names from chk11 .. chk 57 where the first digit represents a day and the second digit represents a 'session'. In my code, I want to loop through each session within each day and if the checkbox is true then to do something else.
I would put some code here but I've tried so many things that is a complete mess..
The latest thing I've tried is to use the checkbox name, eg chk11, as a variable with a .value to find if this is true or not - presume I can only use .value with a field name and not a variable..
Been going round and round in multiple circles, getting very dizzy and starting to really confuse myself..
Please help..
Have a form with multiple checkboxes with names from chk11 .. chk 57 where the first digit represents a day and the second digit represents a 'session'. In my code, I want to loop through each session within each day and if the checkbox is true then to do something else.
I would put some code here but I've tried so many things that is a complete mess..
The latest thing I've tried is to use the checkbox name, eg chk11, as a variable with a .value to find if this is true or not - presume I can only use .value with a field name and not a variable..
Been going round and round in multiple circles, getting very dizzy and starting to really confuse myself..
Please help..