S
Stephen sjw_ost
I have a form on which I've put in Check boxes.
Checkbox1 = N when true and null, blank, when false
Checkbox2 = 0 when true and null, blank, when false
Checkbox3 = 1 when true and null, blank, when false
What I need is to have the assigned results collected, concatenated and
entered into a textbox as the checkboxes are checked and unchecked.
If Checkbox1 and Checkbox3 are true then I want the textbox to reflect N, 1.
If Checkbox2 and Checkbox3 are true then I want the textbox to reflect 0, 1.
and so forth.
As the checkboxes are unchecked, their designation would be removed from the
textbox.
Can someone go about showing me how to do this?
Thanks for any help.
Checkbox1 = N when true and null, blank, when false
Checkbox2 = 0 when true and null, blank, when false
Checkbox3 = 1 when true and null, blank, when false
What I need is to have the assigned results collected, concatenated and
entered into a textbox as the checkboxes are checked and unchecked.
If Checkbox1 and Checkbox3 are true then I want the textbox to reflect N, 1.
If Checkbox2 and Checkbox3 are true then I want the textbox to reflect 0, 1.
and so forth.
As the checkboxes are unchecked, their designation would be removed from the
textbox.
Can someone go about showing me how to do this?
Thanks for any help.