I need to make two select case statements that will check radio buttons/checkboxes. the first select case will check the first set of radio buttons. these radio buttons refer to a user selection; each have their own const price associated.
the second is check boxes which are also associated with their own const prices that will be added together.
these will be added together for a subtotal.
if anybody could help me setting up a select case to search for checked button. i could do if then else but would like to try a different way
the second is check boxes which are also associated with their own const prices that will be added together.
these will be added together for a subtotal.
if anybody could help me setting up a select case to search for checked button. i could do if then else but would like to try a different way