View Single Post
  #3  
Old April 22nd, 2010, 09:46 PM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Finding Numerics in a field

On Thu, 22 Apr 2010 09:26:23 -0700 (PDT), Sam wrote:

What would be the best formula to use to find out if a field has
numbers in it.

example:

JOHN SMITH2
JOHN 9 SMITH
JOHN 201 SMITH

Thanks


A criterion of

LIKE "*#*"

will find all records containing one or more digits.
--

John W. Vinson [MVP]