return field vaule with records greater that 6 charaters

aussiehedge

Registered User.
Local time
Today, 17:31
Joined
Nov 24, 2006
Messages
10
I would like to retur these records only if they have more that 6 charaters

Like [Forms]![Class1]![Subheading Query subform].[Form]!
& "*"​
 
You could try;
Code:
[URL="http://www.techonthenet.com/access/functions/string/len.php"]Len[/URL]([Forms]![Class1]![Subheading Query subform].[Form]![heading]) > 6
 

Users who are viewing this thread

Back
Top Bottom