J
Jonathan Wood
Okay, I stand corrected. Somewhere along the line, I was mistakenly thinking
that it was the Checked property that was being set.
Therefore, I'd stand by my original code:
If Me.CheckBoxPrimaryYN.Checked = False And dr.PrimarySet = 1)
Me.CheckBoxPrimaryYN.Enabled = False
Else
Me.CheckBoxPrimaryYN.Enabled = True
End If
Thanks.
that it was the Checked property that was being set.
Therefore, I'd stand by my original code:
If Me.CheckBoxPrimaryYN.Checked = False And dr.PrimarySet = 1)
Me.CheckBoxPrimaryYN.Enabled = False
Else
Me.CheckBoxPrimaryYN.Enabled = True
End If
Thanks.