Check Checkbox A & B --> Patrick

S

Slow Joves

Your code is Fantastic...BUT it doesn't refresh...the
minute it finds SupCheckbox true than it will enable
Budcheckbox to true....

When I scroll to another record checking it it finds one a
SupCheckbox with no checkmark but Budcheckbox is still
enabled....

Is there anyway to update for it to keep checking and
Enable and Disable Budcheckbox accordingly to our
variables.

If SupChk.Value = True Then
BudCheckbox.Enabled = False
ElseIf SupChk.Value = False Then
BudCheckbox.Enabled = True
End If

Thanks,
Joves
 
Top