Ok, I've reviewed almost every post thus far about how to extract a specific text string from a text/memo field. I have not yet found how to extract multiple text strings from a single text field that fit the same criteria. Let me be more specific...I am using the Mid and InStr functions to capture a 10-character alphanumeric text string from my text fields (i.e. K034567890). I've created multiple Mid and InStr fields for every possible letter (A0, B0, C0, etc.). It always has a letter, then a 0, then 8 digits. My problem exists when the same letter and then 0 can occur multiple times in the same text field (J012345678, J012345679, J012345670, etc.). How can I fix my query to pull out EVERY POSSIBLE letter, 0, and then 8 digit sequence even if the criteria is exactly the same. I would prefer help with a query-based answer. If someone has a solution venturing into the world of VBA, you'll have to REALLY dumb it down for me. Thank you for any help you can provide.