extract data in text string

L

lori poteet

Please help! I'm trying to build a query where I'm
extracting data in a text string. The data I want is
inside the parenthesis within the text string and can
vary it's position. How do I build this query?
Examples:
1. Parachutist (amuse. & rec)
2. Registered Nurse (Med. serv)alternate RN
 
D

Dale Fye

Lori,

Because the possibility exists that you might be missing a left or
right paren, or that they might not be in the correct order, I think I
would probably write a function to do this for me. That way, if the
record did not fit the pattern I expected, I could return a value that
would allow me to readily identify those records quickly.

--
HTH

Dale Fye


Please help! I'm trying to build a query where I'm
extracting data in a text string. The data I want is
inside the parenthesis within the text string and can
vary it's position. How do I build this query?
Examples:
1. Parachutist (amuse. & rec)
2. Registered Nurse (Med. serv)alternate RN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top