I have a form that allows a administrator to assign questions to employees. Right now I can only assing one question to one individual at a time, but I would like to assign a question to a whole department(or a group). I have a list box that shows all the employees in a dept., but when I change it to allow multiple selections you can't enter in the data. I would like to click on how ever many people I need and assign them the same question, but I can't seem to load multiple data this way. Any clues