alpha query

A

Alex

I'm running a basic query. One of the fields I have, has
numeric and alpha values. I want the query to only return
the alpha values and not the numeric or any value that has
a numberic value in it for example A1..would need to be
left out. Would it be "like <> *#?...not sure..thanx
 
J

John Vinson

I'm running a basic query. One of the fields I have, has
numeric and alpha values. I want the query to only return
the alpha values and not the numeric or any value that has
a numberic value in it for example A1..would need to be
left out. Would it be "like <> *#?...not sure..thanx

Close:

NOT LIKE "*#*"
 

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