Show all records with more than x characters (1 Viewer)

GoodLife22

Registered User.
Local time
Today, 14:59
Joined
Mar 4, 2010
Messages
86
I have a text field. I want to see all records in my table which have more than 17 characters. I am sure this is super easy, but I have never done it. Thank you.
 

Mr. B

"Doctor Access"
Local time
Today, 14:59
Joined
May 20, 2009
Messages
1,932
Create a column in your query that uses the Len() function to return the length of the value in each row returned by your query and make the critera for this field to b > 17.
 

GoodLife22

Registered User.
Local time
Today, 14:59
Joined
Mar 4, 2010
Messages
86
that did it. Thank you Mr. B!
 

Users who are viewing this thread

Top Bottom