W
Will G
I like to do 2 things and i hope someone could help me.
1. i am trying to open a form with an event click of a cmdbutton and
populate the selection from a list box on a that form that opens with the
click.
what i have is:
main form: frmMain that has the following fields Name, Desc, and so on
form wiht list box: frmSelect has a list box and a cmdbutton
items in the mylistbox: Name|Desc
i like to select a name from the list box and click the cmdbutton which will
open frmMain with the Name selected from the list box populated
2. I have another form with another listbox and i like to make this list box
multiple selection listbox, how can i do that?......
once items are selected from the list box, there is a cmdPreview that opens
multiple reports each with items from the selection i made from the list box.
i guess, the same form with have to open multiple times each time with the
items that i selected from the list box.
can anyone help me with this or direct me to some samples...thanks
1. i am trying to open a form with an event click of a cmdbutton and
populate the selection from a list box on a that form that opens with the
click.
what i have is:
main form: frmMain that has the following fields Name, Desc, and so on
form wiht list box: frmSelect has a list box and a cmdbutton
items in the mylistbox: Name|Desc
i like to select a name from the list box and click the cmdbutton which will
open frmMain with the Name selected from the list box populated
2. I have another form with another listbox and i like to make this list box
multiple selection listbox, how can i do that?......
once items are selected from the list box, there is a cmdPreview that opens
multiple reports each with items from the selection i made from the list box.
i guess, the same form with have to open multiple times each time with the
items that i selected from the list box.
can anyone help me with this or direct me to some samples...thanks