I have a multi select list box that I want to be populated by items selected in a drop-down combo box. We have thousands of job/part numbers and I want a form to generate reports for each selected part number. If I have the list box populated by a query of all job and/or part numbers, it takes too long to scroll up and down the list to select the items. So I have a drop down combo box populated by the query, and you can enter the first few digits and the combo box goes directly to that number. What I want is to click one number in the combo box, it goes to the list box - click another number in the combo box, it goes to the list box without erasing the previous one, and so on until a group of numbers are in the list box. Then I can select them all and run my reports. How do I append the contents of the list box?