G
Guest
I have four check boxes called Red, Green, Blue, Yellow and a text Field
called txtColor. Only one of the colors boxes should be checked and whichever
color is checked should be reflected in the text box. Thus if red is checked,
txtColor will be updated to Red.
I thought I had an answer by writing an if statement and putting it on the
After Update event. However I was stumped by two problems:
1) How do I check to make sure that only one check box is checked? This
would be nice but not terribly important.
2) More importantly once an entry has been made to the txtColor field I
don't want it to disappear even if the check mark is removed from the color
field. Thus, in the above example if I remove the checkmark from red for this
record, I would still like txtColor to read Red.
Can this be done? Thank you very much for any help.
called txtColor. Only one of the colors boxes should be checked and whichever
color is checked should be reflected in the text box. Thus if red is checked,
txtColor will be updated to Red.
I thought I had an answer by writing an if statement and putting it on the
After Update event. However I was stumped by two problems:
1) How do I check to make sure that only one check box is checked? This
would be nice but not terribly important.
2) More importantly once an entry has been made to the txtColor field I
don't want it to disappear even if the check mark is removed from the color
field. Thus, in the above example if I remove the checkmark from red for this
record, I would still like txtColor to read Red.
Can this be done? Thank you very much for any help.