J
JethroUK©
receptionist keeps changing checkboxes accidentally (when deselecting
something else on the form) - obviously this is no good, so i figured i'd
disable single-click (works fine with double-click)
i can't see any built-in property to disable so i figure i'd intercept it
and put it back:
Private Sub L1_Unit8_Click()
L1_Unit8.Undo
L1_Unit8.OldValue
End Sub
i would prefer this took place like 'it never happened' - there's dozens of
checkboxes and some have default values & i dont want to dirty/create a new
record if poss
so the question is Undo or OldValue, if either?
something else on the form) - obviously this is no good, so i figured i'd
disable single-click (works fine with double-click)
i can't see any built-in property to disable so i figure i'd intercept it
and put it back:
Private Sub L1_Unit8_Click()
L1_Unit8.Undo
L1_Unit8.OldValue
End Sub
i would prefer this took place like 'it never happened' - there's dozens of
checkboxes and some have default values & i dont want to dirty/create a new
record if poss
so the question is Undo or OldValue, if either?