J
Jeff Cohen
I want to create a text string from multiple columns of multiple selections
from a list box. I have a table "Members" with two fields, "Name" and
"Department". I want to select multiple records from that table from a list
box and create a text string that would look like this:
"Name1, Department1; Name2, Department2; Name3, Department3; etc."
I found code which would allow me to do this with the bound column but not
with multiple columns.
Any ideas?
from a list box. I have a table "Members" with two fields, "Name" and
"Department". I want to select multiple records from that table from a list
box and create a text string that would look like this:
"Name1, Department1; Name2, Department2; Name3, Department3; etc."
I found code which would allow me to do this with the bound column but not
with multiple columns.
Any ideas?