I have a form. In that form I have a field called "Media Type". If I right click on that while the media type is vinyl record, the context menu includes entries like "Equals Vinyl Record" and "Contains Vinyl Record". But selecting those doesn't actually filter anything. It still shows every single record regardless of media type.
If I just right click and choose "text filters" and type in "Vinyl Record," then I get an error message that says "Enter a valid value." Since this combo box is based on an ID number in the main table matched to a table of media types, I even tried to put in appropriate id number "1", but while that didn't get an error, it unsurprisingly also gave me 0 records.
What is the problem?