G
Guest
The example below works. but it stays yellow for all records. I need it
only to turn yellow if checked on a specific record. How do I write this so
that it only works on specific record. Thank you in advance for any help
provided.
If CheckBoxName = True Then
LabelName.ForeColor = vbYellow
Else
LabelName.ForeColor = vbBlack
End If
only to turn yellow if checked on a specific record. How do I write this so
that it only works on specific record. Thank you in advance for any help
provided.
If CheckBoxName = True Then
LabelName.ForeColor = vbYellow
Else
LabelName.ForeColor = vbBlack
End If