Setting checkboxes back to a cleared state

  • Thread starter Thread starter bobjl
  • Start date Start date
B

bobjl

Guest
Apologies first if there is an easy answer to my problem.

I have set up an option group with 3 checkboxes with choices Yes, No, Maybe. On data entry you can click any of the three boxes but after clicking one how do you revert to a situation with all 3 checkboxes cleared.
I don't want to use a default checkbox as that would add another row but I just want to clear out the boxes so it looks as though none of them have been ticked.

I hope somebody understands my problem.
 
You reference the option group frame not individual checkboxes

Me!optGroup.Value = 0
 
See attached sample.

Is this what you want to do?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom