Click to See Complete Forum and Search --> : How do i ensure that only one radio button from a group of 3 buttons is selected


rameshmirpuri
May 28th, 1999, 04:03 PM
Hi.
How do i ensure that the user can select only one radio button
from a group of buttons..only one choice can be made

thanks

Wayne Fuller
May 28th, 1999, 04:25 PM
Make sure that the first one in the tab order has the Group property checked. Then make sure all of the others Group property is unchecked. Finally check the Group property for the next control in the tab order.

Wayne