T
Tim
Hello,
Is it possible to use a multi-select list box to create
multiple records in a table? For example: I would like
a form that contains a list box (CustomerNumber) and a
text box (Comment). I want to select multiple entries in
the CustomerNumber list box and enter text into the
Comment text box. I would then like to have records
written for each customer number I selected using the
text I entered.
To further illustrate:
If I select customer1, customer5, and customer14 in my
list box and enter "apple" in my text box, I would like
for three records to be created in my table. They would
look like:
RecordID CustomerNumber Comment
1 1 apple
2 5 apple
3 14 apple
Is this possible? I don't have to use a list box, that's
just all I know of that allows multiple selections.
Thanks in advance for your help.
Tim
Is it possible to use a multi-select list box to create
multiple records in a table? For example: I would like
a form that contains a list box (CustomerNumber) and a
text box (Comment). I want to select multiple entries in
the CustomerNumber list box and enter text into the
Comment text box. I would then like to have records
written for each customer number I selected using the
text I entered.
To further illustrate:
If I select customer1, customer5, and customer14 in my
list box and enter "apple" in my text box, I would like
for three records to be created in my table. They would
look like:
RecordID CustomerNumber Comment
1 1 apple
2 5 apple
3 14 apple
Is this possible? I don't have to use a list box, that's
just all I know of that allows multiple selections.
Thanks in advance for your help.
Tim