C
Caroline
I have created a list box that has numerous choices to
describe someone's medical problem. I would like to be
able to check off multiple choices in the box and have
those choices update in another field on the same form.
For example if from the list I chose headache, nausea,
and heartburn, I would like those 3 choices to appear in
the field next to it on the form as 'headache, nausea,
heartburn'
I have created the list box and changed the property
Multi Select to Simple so that I can choose more than one
item from the list. I am missing the part to update the
other field with these values. I would also like to be
able to un-select a value and have it removed from the
other field.
Any help is greatly appreciated.
describe someone's medical problem. I would like to be
able to check off multiple choices in the box and have
those choices update in another field on the same form.
For example if from the list I chose headache, nausea,
and heartburn, I would like those 3 choices to appear in
the field next to it on the form as 'headache, nausea,
heartburn'
I have created the list box and changed the property
Multi Select to Simple so that I can choose more than one
item from the list. I am missing the part to update the
other field with these values. I would also like to be
able to un-select a value and have it removed from the
other field.
Any help is greatly appreciated.