Put the following expression in your query:
InParam([stud_id],[Enter ID#'s Separated by comma])
Then do the following.
Copy the following Code to a module named basInPram
Function GetToken(stLn, stDelim)
Dim iDelim As Integer, stToken As String
'Searches for commas as a...