The Linux Page

I put that radio button in the wrong Option Group, MS-Access

It happens all the time. You create two or three option groups and start adding radio buttons.

Then you write some VBA code attached to each button and/or their option group.

And at some point in the development you notice that one was put in the wrong option group.

Just deleting the option and creating a new one is not a good option because then you have to make totally sure you have the right setup and that can take some time to review.

Instead, you can move a radio button from one option group to another by following these steps:

  1. Select the radio button to be moved
  2. Ctrl-X to cut the radio button from the form to your clipboard
  3. Select the destination option group
  4. Ctrl-V to restore the radio button in that specific option group

Hope this helps someone...