The way you tyically handle more than one parameter criterion in a single field is to use the In operator.
Eg.
In(1,2,3)
would limit results to rows containing either a 1, a 2, or a 3 in that field.
If you wish to use a form control to achieve that effect then I suspect you're either out of...