![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 As the criteria on that field in a query: Like "*[0-9]*" -- Fred Please respond only to this newsgroup. I do not reply to personal e-mail |
#3
|
|||
|
|||
![]()
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] |
Thread Tools | |
Display Modes | |
|
|