B
Barry
Hi,
I have a form on which there is a list box which permits
a user to select more than one item. This visually works
fine. The list pulls from one table (A) and, ideally,
would write the selections into another table (B).
My challenge seems to be that I have no idea how to
capture the multiple selections. My thought was to
concatenate these into one field on (B).
The goal was to select A1,A3,A4; then create A1+A3+A4 and
write this into B.entireselection - but....
Shouldn't this be simple?
Thanks,
Barry
I have a form on which there is a list box which permits
a user to select more than one item. This visually works
fine. The list pulls from one table (A) and, ideally,
would write the selections into another table (B).
My challenge seems to be that I have no idea how to
capture the multiple selections. My thought was to
concatenate these into one field on (B).
The goal was to select A1,A3,A4; then create A1+A3+A4 and
write this into B.entireselection - but....
Shouldn't this be simple?
Thanks,
Barry