I think I'm getting confused with LIKE and Regular Expressions.
MyString contains a backslash followed by any 4 digits.
if MyString LIKE "\" & "[0-9]" then... is failing.
I can think of many ways to resolve this but keen to know where I'm going wrong.
Thanks.