Access cannot use the option button function

SW 0 Reputation points
2026-08-18T08:47:45.6966667+00:00

Since last week majority user of Office 365 in my learning centre having problem to add the option button in MsAccess form. Access didn't allow user to key in the value and cannot link to the field name

Microsoft 365 and Office | Access | For education | Windows
0 comments No comments

2 answers

Sort by: Newest
  1. Helen Luu 2,785 Reputation points Independent Advisor
    2026-08-18T10:35:47.2733333+00:00

    Hello SW,

    Thank you for reaching out.

    Based on the information provided, I understand that several students in your learning centre are experiencing issues when adding Option Button controls to forms in Microsoft Access. To help me better understand the issue and identify whether it may be related to a specific database, Access version, or recent change in the environment, could you please provide the following information:

    1. A screenshot of the issue, along with a brief description of what happens when users try to add or configure the Option Button. Please let me know whether any error messages are displayed, or if the Option Button is greyed out, unavailable, or missing from the controls list.
    2. The version and build of Microsoft Access used by the affected users. This can be found by opening Access and navigating to File > Account.
    3. Whether the issue can be reproduced in a newly created blank Access database. If possible, please test creating a simple form with an Option Button and let us know if the same behavior occurs.

    Once I receive this information, I will be in a better position to investigate further and provide the appropriate troubleshooting steps.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-08-18T08:48:04.8333333+00:00

    For an Access form, an option button can work in two supported ways:

    1. As a stand-alone control for a Yes/No field
      • An option button can be bound directly to a Yes/No field.
      • When selected, Access stores -1 for Yes/True/On; when cleared, it stores 0 for No/False/Off.
    2. As part of an option group
      • If multiple choices are needed, the option buttons must be placed inside an option group.
      • In that case, the group frame is bound to the field, not each individual option button.
      • Each button inside the group must have an Option Value set to a number.
      • The bound field for the option group must store a number, not text.

    If users cannot type a value or cannot link the control to a field name, check these items:

    1. Confirm the field type
      • If the option button is being used by itself, bind it to a Yes/No field.
      • If it is inside an option group, bind the option group frame to a numeric field.
    2. Bind the correct object
      • For a single option button, set the control’s binding to the field.
      • For an option group, do not bind each button individually. Bind only the group frame.
    3. Set Option Value for each button in a group
      • Open the form in Design View.
      • Select the new option control.
      • Press F4 to open the property sheet.
      • Check the Option Value property.
      • Make sure each option has the correct numeric value.
    4. If adding a button to an existing option group, use cut and paste
      • Dragging an existing control into an option group does not make it part of the group.
      • The control must be Cut and then Paste into the selected option group frame.
    5. Check for invalid Control Source or Record Source
      • If Access reports that the field is not valid, the selected control’s Control Source may not match a valid field name, or the form/report Record Source may not contain that field.
      • Access provides error-checking options to edit the control’s Control Source or the form’s Record Source.
    6. Create the control from the Field List when binding a Yes/No field
      • Open the form in Layout View or Design View.
      • Press ALT+F8 to open the Field List if needed.
      • Drag the Yes/No field from the Field List onto the form.
      • Access creates a bound control based on the field’s Display Control property.

    If the requirement is simply to store Yes/No, a check box is the default and recommended control in most situations. Option buttons and toggle buttons are more commonly used in option groups.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.