I'm trying to figure out how to select skills from a combo box and add them to a List Box using a button. I have the combo box set up with the list of skills. I also have a List Box but need the skills selected to populate in the box. The skills selected will be attached to an individual, which I have a table set up with a list of names and keys for each individual. I'd like the skills selected to be saved to the individuals record thats selected. I have a form which has a combo box that displays the list of individuals. Also how would I set up the button to add skills and delete skills from the List Box. I'd greatly appreciate help in regards to this. Thanks.