in the toolbox if it's pressed in. This turns off the wizard.
.
on the toolbar to display the field list, and then drag the appropriate field or column from the field list to the form, report, or data access page. Fields and columns are placed in the option group as text boxes. In a form or report, if the field list button or command isn't available, you need to bind the form or report to a record source. In a data access page, if the field list is empty, you must connect the page to a database.Note You must drag the field or column from the field list. If you click the field in the field list and then click the form, report, or data access page, the control won't be bound.
, Option Button
, or the Toggle Button tool
. In the data access page toolbox, click the Option Button
.Then click inside the group frame where you want the upper-left corner of the check box, option button, or toggle button to appear. When the user rests the pointer over the frame in a form or report, Microsoft Access highlights the option group to indicate that controls placed within it become part of the option group.
When Access creates the first control inside an option group on a form or report, it sets the control's OptionValue property to 1. On a data access page, you must set the Value property of each option button to a number or any text that’s meaningful for the field the group frame is bound to.
Notes
. For information on aligning the controls in a group frame to each other in data access pages click
.
. How?