J
JohnE
I have the states in a listbox on a popup form that is
opened from a main form. The user selects the state and
then uses a button to transfer the state over to a textbox
on the main form. The listbox MultiSelect property is set
to None. If I change the setting to Simple or Extended, I
can not get the right coding that will allow the
transfer. Here is the current line that is used allowing
one state at a time to be moved. The vbCrLf is used so
the state names show listed in the textbox rather then on
the same line.
**********
Forms![usrfrmCarriers].Form![States].Text = Me!
lstStates & vbCrLf & Forms![usrfrmCarriers].Form!
[States].Text
**********
Any help to get multiple selections to move at the same
time will be appreciated.
Thanks to anyone who assists.
*** John
opened from a main form. The user selects the state and
then uses a button to transfer the state over to a textbox
on the main form. The listbox MultiSelect property is set
to None. If I change the setting to Simple or Extended, I
can not get the right coding that will allow the
transfer. Here is the current line that is used allowing
one state at a time to be moved. The vbCrLf is used so
the state names show listed in the textbox rather then on
the same line.
**********
Forms![usrfrmCarriers].Form![States].Text = Me!
lstStates & vbCrLf & Forms![usrfrmCarriers].Form!
[States].Text
**********
Any help to get multiple selections to move at the same
time will be appreciated.
Thanks to anyone who assists.
*** John