I'm trying to search an Access database and populate a DBcombo with a certain data ...

In the database I have student Id's and Courses they have taken ... I'm trying to search using the StudentID and then populate a DBcombo box with all the courses they have taken ...

I have the search working and I can send the first line of data to a text box, but I'm not sure how to send all of the data to a DBcombo.

ANY SUGGESTIONS???????