Dr. Access,
Thank you, I will give it a try.
vbaInet,
Is this what you had in mind:
Private Sub chkRed_AfterUpdate()
If Me.chkRed = True Then
If InStr(txtColor, "Red") < 0 Or IsNull(txtColor) = True Or txtColor = "" Then
txtColor = txtColor & "Red, "
End If...