stevenafc2
03-29-2004, 06:09 PM
Hello
Ive got a series of Options buttons on a form (all in an array). Now im trying to find out what the option button array number is for the selected option. IE
frmSalesScreen.Label2.Caption = OptDiscount( [--- What goes here --- ] ).Caption
I know if i insert 1, or whatever it will work, i just need something that will input the number of the selected radio button.
Ive got a series of Options buttons on a form (all in an array). Now im trying to find out what the option button array number is for the selected option. IE
frmSalesScreen.Label2.Caption = OptDiscount( [--- What goes here --- ] ).Caption
I know if i insert 1, or whatever it will work, i just need something that will input the number of the selected radio button.