A aussiehedge Registered User. Local time Today, 17:31 Joined Nov 24, 2006 Messages 10 Jun 24, 2012 #1 I would like to retur these records only if they have more that 6 charaters Like [Forms]![Class1]![Subheading Query subform].[Form]!& "*"
I would like to retur these records only if they have more that 6 charaters Like [Forms]![Class1]![Subheading Query subform].[Form]!& "*"
John Big Booty AWF VIP Local time Today, 17:31 Joined Aug 29, 2005 Messages 8,262 Jun 24, 2012 #2 You could try; Code: [URL="http://www.techonthenet.com/access/functions/string/len.php"]Len[/URL]([Forms]![Class1]![Subheading Query subform].[Form]![heading]) > 6
You could try; Code: [URL="http://www.techonthenet.com/access/functions/string/len.php"]Len[/URL]([Forms]![Class1]![Subheading Query subform].[Form]![heading]) > 6