A
Ann
I have a form with an "on timer" event.
I would like to have an option button "AutoUpdate" that
when checked skips the on timer event - so I have made a
statement in the event procedure:
If Me.AutoUpdate Then
...
logic
...
End If
For some reason my option button control is locked? Why is
that? (and it is both "enabled" and "not locked")
When I place a similar control on a new form it works
fine... What's wrong?
I would like to have an option button "AutoUpdate" that
when checked skips the on timer event - so I have made a
statement in the event procedure:
If Me.AutoUpdate Then
...
logic
...
End If
For some reason my option button control is locked? Why is
that? (and it is both "enabled" and "not locked")
When I place a similar control on a new form it works
fine... What's wrong?