AliK
12-17-2001, 10:15 AM
I'm not sure if this is even possible, but, I have made a frame on a form and in the frame are several option buttons. Is it possible to pick more then one option button?
|
View Full Version : Selecting multiple option buttons on forms AliK 12-17-2001, 10:15 AM I'm not sure if this is even possible, but, I have made a frame on a form and in the frame are several option buttons. Is it possible to pick more then one option button? Rich 12-17-2001, 10:25 AM You can but since most programmes working within Windows allow only one option within a group you might wish to maintain consistency by using check boxes. AliK 12-17-2001, 11:06 AM Thanks a ton! You'll have to forgive me, I've only been creating databases for about a year. I know how to change the option buttons to check boxes but I still can't choose more then one. Any help would be tremendously appreciated. Rich 12-17-2001, 11:23 AM Delete the Option control, just add check boxes from the toolbox, if you want to draw a frame around them just select the rectangle from the toolbox. HTH Pat Hartman 12-17-2001, 07:00 PM Each checkbox will require its own table field if they need to be bound. |