isnummeric

K

Koen

Hello,

I want to make a selection query from a table were there are nummeric and
alfanummeric records, is there a way to select only the alfanummeric
records...

Field1
test1
test2
7
test3
test3

I Just want this
test1
test2
test3
test3

Thanks,
Koen
 
B

Bruce M. Thompson

I want to make a selection query from a table were there are nummeric and
alfanummeric records, is there a way to select only the alfanummeric
records...

Field1
test1
test2
7
test3
test3

I Just want this
test1
test2
test3
test3

As selection criteria for "Field1", use:

Like "*[a-z]*"
 
F

fredg

Hello,

I want to make a selection query from a table were there are nummeric and
alfanummeric records, is there a way to select only the alfanummeric
records...

Field1
test1
test2
7
test3
test3

I Just want this
test1
test2
test3
test3

Thanks,
Koen

As long as any number in the field is not the first character....
As criteria in this field, write:
 

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