I am trying to design a parameter query that gets a value from a combobox on a form. The results should be records with the value in the combobox or all records if * is the value in the combo box. When I run the query I get no results. If I enter a value directly in the query it works as expected. Note: The values look like dates but they are not. They are Short Text. I couldn't figure out how to have a value for all dates in my combobox if the fields were configured as DateTime. Note 2: The only dates currently in the table are 2/08/2026, 2/12/2026, 2/17/2026 and 2/20/2026. Any help is appreciated DB Attached