searching for special characters, such as /

E

efandango

I have a list where some words are divided by the forward slash '/'. How can
I search for any records that contain the / character?. I have looked in
help, but cannot find any reference to this character.
 
B

Bob Barrows [MVP]

efandango said:
I have a list where some words are divided by the forward slash '/'.
How can I search for any records that contain the / character?. I
have looked in help, but cannot find any reference to this character.

Or:
WHERE myfield LIKE '*/*'
 
E

efandango

Thanks Bob,

that worked a treat...



Bob Barrows said:
Or:
WHERE myfield LIKE '*/*'
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
 

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