Hello All,
So I've got a form with multiple check boxes on it, the user makes selections on this form then clicks next, this opens a second form, on this form i would like to display text in an unbound text box based on the boxes the user has selected.
so if the user selects check box 1,5,and 7 i would like the text box to display:
1,5,7
Is this possible?
Thanks.
So I've got a form with multiple check boxes on it, the user makes selections on this form then clicks next, this opens a second form, on this form i would like to display text in an unbound text box based on the boxes the user has selected.
so if the user selects check box 1,5,and 7 i would like the text box to display:
1,5,7
Is this possible?
Thanks.
Comment