Thanks for the response, Mark.
If you put a '%' before and after you have wildcards
I thought % itself is a wildcard? Simply putting in % does not help because it returns every
string starting with "J001".
or you can use the MatchMode enum
Is there a sample example that I can refer to? I am also trying to google but haven't made much progress yet.
Saket