Identify alpha characters in query

G

Guest

I'm currently working on an address resolution project and I need to be able
to identify alpha characters in a street number field.

Example: Apt 20

Ideally I'm looking to create an IIF statement that I can use to create a
Flag column and then filter. I know I can use a generic Like criteria, but
it is just not scalable with the amount of day to day activity that occurs.

Thanks,
 
G

Guest

Thanks Douglas,

I think I also had some success with IsNumeric([Field]) as well. I'll
definitely give that option a spin as well.
--
Chris Unger
Analyst - Tyler, TX


Douglas J. Steele said:
See whether Val([TheField]) = [TheField]
 

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