In brief: I would like to use a multi-select listbox on a pop-up form to set values on a text box control on my main form.
As I have more than one multi-select list box the main is becoming a little bit busy with all the additional list boxes and command buttons that are needed for the only working example I have managed to cobble together from samples posted here and elsewhere.
If possible, I would like to be able to select one item from the pop-up which would then be updated on the main form, followed by the selection of another item from the pop-up which would then be added (concatenated?) to the first entry, seperated by a semicolon or something! and so on and so forth.
I have seen this done elsewhere with a cleverly disguised command button on the main form which gives the illusion of a drop-down menu or combo box.
I am quite new VBA so apologise if I have not quite grasped the full extent of what i would propose to do.
Sorry if this has already been asked and answered, I couldn't quite find a clear solution.
My Sincere Thanks in anticipation of any response!
John
As I have more than one multi-select list box the main is becoming a little bit busy with all the additional list boxes and command buttons that are needed for the only working example I have managed to cobble together from samples posted here and elsewhere.
If possible, I would like to be able to select one item from the pop-up which would then be updated on the main form, followed by the selection of another item from the pop-up which would then be added (concatenated?) to the first entry, seperated by a semicolon or something! and so on and so forth.
I have seen this done elsewhere with a cleverly disguised command button on the main form which gives the illusion of a drop-down menu or combo box.
I am quite new VBA so apologise if I have not quite grasped the full extent of what i would propose to do.
Sorry if this has already been asked and answered, I couldn't quite find a clear solution.
My Sincere Thanks in anticipation of any response!
John