Used to working with VBA in Access.
I am used to having the ability to trigger code happening if anything in an option group changes.
Say I have radio buttons or check boxes within an option group. I could use the OnChange event of the Option group which would trigger code whenever any radio button or check would be changed.
I'm wanting to do the same sort of thing in VB 2010. Is there an equivalent way to do this? Otherwise there would have to be a sub for every radio button on the form.
I am used to having the ability to trigger code happening if anything in an option group changes.
Say I have radio buttons or check boxes within an option group. I could use the OnChange event of the Option group which would trigger code whenever any radio button or check would be changed.
I'm wanting to do the same sort of thing in VB 2010. Is there an equivalent way to do this? Otherwise there would have to be a sub for every radio button on the form.