Hello. I'm trying to update my database whenever a checkbox is checked but can't seem to get it to work. If i put the update method into a CurrentCellEndEdit, then it works perfect. isn't there a way to just do it whenever the button is clicked, get it's value (checked or unchecked, or True or False, and run my script. right now, I have to click the checkbox then edit a cell for it to work and that's impractical to do everytime.
?