Hi Stephen,
In that case I'd change the row source type to Table/Query, put the list
of types into a little table and use that in the query.
The alternative is to write VBA code that gets the RowSource from the
combo box into a string variable, reformats it (e.g. from
"Cat;Dog;Hamster;Gerbil" to "'Cat', 'Dog', 'Hamster', 'Gerbil'") and
finally interpolates it into the WHERE clause in your query.