OK, the subject is kind of minimizing the question.
I'd like to build a form that would accept multiple criteria, and then drive a query. For example, I'd like to have a form which contains a place for a user to select several states from which he would like to see customers. I don't know how many states he would select, but I need to capture them, from one to whatever number he wanted, and then feed those into the criteria of a query.
Can't be a combo box, because that only allows one choice. So I guess first of all I need to know how to design an input area that would accept several choices from the same field.





