Sure.
These are the check boxes:
chkRed, chkBlue, chkGreen, chkYellow, chkBlack, chkPurple
This is the text box:
txtColor
What I want:
Checking each check box will add the corresponding color to the text box.
How I think to accomplish the above:
In the after update event of each check box...