How does the behavior of option buttons differ from the behavior of check boxes?
In a group of check boxes, any number of boxes may be selected. Option buttons are used when only one button of a group may be selected. 3. If you want two groups of option buttons on a form, how can you make the groups operate independently? In order to create two groups of option buttons that operate independently you should place each group inside of its own frame. A group of option buttons inside a frame function together as a group. The best method is to first create a frame, then create each option button inside the frame. You must be careful to create the button inside the frame; dont create it on the form and drag it inside the frame- it still belongs to the forms group, not the frames group. 4. Explain how to make a graphic appear in an image control. First place the image control on a form, then select its Picture property in the Properties window. You can set an images Picture property to a file with an extension of .BMP, .WMF, .ICO,.DIB, .GIF, .JPG, .EMF, or .CUR.. Image co