D
Deb Smith
My forms contains 2 unbound multiselect list boxes, plus a number of other
fields. The first list box (LstContacts) contains all individuals in the
data base (potentially hundreds of people) and contains three fields
(LName,FName,MailName). The second list box (LstChosen) contains only those
records selected from the first list box.(This second list box could contain
from one to hundreds of records.)
I want to use the results from the second list box (LstChosen) to
automatically populate fields on the form so that the end user has a head
start on entering further information and does not have to enter each
individual separately.
All works well EXCEPT I cannot figure out how to move the selected records
from the LstChosen to the fields on the form.
Help please. Thanks in advance for any suggestions or help that can be
provided.
fields. The first list box (LstContacts) contains all individuals in the
data base (potentially hundreds of people) and contains three fields
(LName,FName,MailName). The second list box (LstChosen) contains only those
records selected from the first list box.(This second list box could contain
from one to hundreds of records.)
I want to use the results from the second list box (LstChosen) to
automatically populate fields on the form so that the end user has a head
start on entering further information and does not have to enter each
individual separately.
All works well EXCEPT I cannot figure out how to move the selected records
from the LstChosen to the fields on the form.
Help please. Thanks in advance for any suggestions or help that can be
provided.