I'm having trouble coding a listbox that works with quantity.

What I am trying to do:
I have a list box on form1 where you select what you would like to add to a listbox on form2 by pressing a commandbutton on form1. Also by pressing the commandbutton each time a quantity will appear next to the item in the listbox on form2.

Thanks for any help coding something like that.