How do I get multiple checkboxes to write to one field?
In other words, how do I get Checkbox1 with value X, Checkbox2 with value Y, and Checkbox3 with value Z all to write to one field in my table. The table field would therefore read (X Y Z).
Thanks.