I have a list box referring to a field that can have concatenated values (separated by ";"). I'd like the selections I make in this listbox to do a wildcard match on data, so that if I select "Windows" for this field in the list box, the current selection includes all records that have (for this field) "Windows", "Linux; Windows", "Windows 98; Windows 2000; Windows XP", etc. Is this possible?