Sonfitz,
You may filter a query by any field in a recordset. But understand that a
list box is a form control, not a field type.
*Fields* have a type (Number, Text, Memo, Hyperlink, etc.) and represent
columns of a Table. *Form controls* (Textbox, List Box, Combo Box, Option
Group, etc.) have no type, and are just a "container" for displaying data.
They may be Bound to a field in the form's underlying recordset or be Unbound.
Sprinks