I\'m familiar with Access\'s query and filter criteria, but I\'m not sure how to express similar statements as regular expression patterns. I\'m wondering if someone can hel
Regex is difficult to break into initially. Honestly, looking for spoon-fed examples is not going to help as much as "getting your hands dirty" with it. Also, MS Access is not a good springboard. Regex doesn't "cognate" well with the SQL query process -- not in application, and not in mental orientation. What you need is some text files to process, using a text editor.