MS ACCESS: How to delete value from an option group control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EORTIZ
    New Member
    • Sep 2007
    • 22

    MS ACCESS: How to delete value from an option group control

    I need to be able to delete a selection from an option group control in a form. In other words, if I selected value 1 from the option group control and I should have left blank this control.
  • EORTIZ
    New Member
    • Sep 2007
    • 22

    #2
    I found the answer!


    In the "Dobule Click" event write this line of code:

    Me.optGroupname = Null

    Comment

    Working...