I have form that is bound to a table. Data is entered through the form. On the form there are 4 check boxes (not an option group b/c more than one can be selected), however the user has requested that the values checked should be displayed in the table in a new column or field as "1, 2, 3" or "1, 4" along with the four separate fields showing check marks.
This is what it should look like:
Status CB1 CB2 CB3 CB4
1,2,3 x x x (no chk)
Is this possible?
This is what it should look like:
Status CB1 CB2 CB3 CB4
1,2,3 x x x (no chk)
Is this possible?