I have a linked customer address table in my DB. In this table I have thousands of customer names that start with an *. I * was used in the past to distinguish between ship to and regular addresses. The * is no longer used and is causing problems with searches. What a surprise, I know. I'm trying to figure out a way to update the records and remove the *. However since the * is a wildcard I'm having a hard time isolating just the records that start with the *. Any ideas?