In the process of reading your responces, trying them, researching Microsoft and experimenting, I ran across the solution to my problem, although I have not yet tryed implementing it in a form.
Refer to "
and specifically the following expression "InStr([Last Names separated by commas,Blank=All],[LastName])"
I took that expression and incerted it into the FIELD of my query. I also duplicated the same field next to the column with the expression. I changed the "[LastName]" to correspond to what the field was really called and did the same thing for as many fields/columns in the query.
The result is a series of propmts for parameters, the # of which depends on the number of expressions used.
When prompted, type in the data corresponding to what you want and what is in that column and separate each by commas. For example, if you want a person named Smith and a person named Rogers, when you are prompted by "[Last Names separated by commas,Blank=All]" you type smith, rogers and all last names like those are returned. If you want smith and rogers who work in say sales, when you are prompted the the parameter you entered [Divisions separated by commas,Blank=All]" , you enter "sales" and get anyone named smith or rogers that works in sales.
It appears that you can do this in multiple columns (I tryed up to 4 different parameters to really narrow my request down. Now if I tie that query to a report I can answer the propmts and get a very custom report. I do want to test more, however.