I need to be able to determine the position number of a character within a text field. Is there a function that I can use to identify this? (ex: Mid()??) I have an update query created with the criteria set for finding records with two or more consecutive spaces embedded in the field. What I'm looking to do is to identify the position where these spaces begin and then use the Left and Right functions to concatenate the text away from the extra spaces.