I'm fairly new to using Access. I have a query that needs to select a field that can have multiple values. Here is an example: The field in question can have "General", "Functional", "Test 1", "Test 2", or the field can be blank. I would like for my query to select "Functional" over the other values if it exists, otherwise select "General". If the value is blank, I would still need the query to return a blank value. Any help would be appreciated.