yet more questions from the VB newbie...
how do i separately group radio buttons on the same form? it seems that when i add radio buttons on one form, they all get lumped into the same "only one at a time" radio group. i would like to have several sets of buttons on a form.
also is there a way to address a group of buttons as a whole and return the name/number of the selected radio button in one call? for example, i have a grouping of radio buttons and i don't want to check each one individually within that group to see which was chosen. perhaps something like:
somevariable = radiogroup2.Selected
thanks
how do i separately group radio buttons on the same form? it seems that when i add radio buttons on one form, they all get lumped into the same "only one at a time" radio group. i would like to have several sets of buttons on a form.
also is there a way to address a group of buttons as a whole and return the name/number of the selected radio button in one call? for example, i have a grouping of radio buttons and i don't want to check each one individually within that group to see which was chosen. perhaps something like:
somevariable = radiogroup2.Selected
thanks