vbaInet I tried your suggested code
Me.Listbox2.AddItem Me.Listbox1 & ";" & Me.QuantityTextbox, [optional - Row Index]
and yes I did spot the missing & character. I now realise what you meant by adding the columns from the first list box to the second by using delimiters. I now have the values...
Thank you vbaInet for your suggestion.
I tried it but I'm still not getting the values to be added to my second listbox. So I think I'm going to try to convert values from the first listbox, append ; to each value including the quantity value and insert this into listbox 2. I wish Microsoft...
I am currently writing a recipe database and I have drawn a blank when trying to resolve an issue with data to and from list boxes.
My form includes two list boxes. One contains a list of available recipes and the other holds the selected recipes. But here is the twist. When I click on a button...