J
Joves
I was provided this Fantastic code...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
Can anyone help? Thanks,
Joves
..
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
Can anyone help? Thanks,
Joves
..