HELP .. I'm really Stuck ....

I have a form that I'm using a SQL Select statement to get information from a table called Transcripts ... After I get the information I'm using it to populate a Combo Box with the students courses taken (Ex. ENG101) ... I have approx 25 combo boxes on the form and I'm using this SQL in each of the "on click" for the combo's. That is all fine a dandy.

The problem I'm having is trying to figure out how to syntax another SQL .. so that when you click add ... it will write all the info that is selected in the combo boxes (all 25) to a table called Checksheet ... which has a field called courses ... I need it to be able to list ALL the courses that have been selected ...

Feel free to send me an e-mail ...
[email protected]


Thanks in advance

Shawn