I have a field that is 5 characters. Most of the data is either 3 or 4 characters. How can I select all the fields that are of 5 character length. I have tried using LIKE with 5 _ ('_____'), but that brings back everything. Not sure how to return just fields with 5 characters. Thanks