|
-
Sep 18th, 2008, 09:13 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [Access 2003] Query Build Expression - Length
I have a query which has a number of fields one of which is called Intemediary.
This field is a string, I need to place a criteria on the query so that only
those rows where Intemediary is longer than 7 characters are returned.
Unfiortunately all I have been able to create using the Build Expression is the
following, which does not work.
Code:
Len([Intemediary])>"7"
Can anyone offer any suggestions?
Signature Under Construction 
-
Sep 18th, 2008, 10:06 AM
#2
Re: [Access 2003] Query Build Expression - Length
surely you shouldn't be wrapping your number 7 in quotes. As far as I am aware the Len command does work in Access.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
-
Sep 18th, 2008, 10:16 AM
#3
Thread Starter
Hyperactive Member
Re: [Access 2003] Query Build Expression - Length
Just realised what I was doing wrong.
I was writing the expression in the Criteria field for Intermediary in my query,
instead of adding
Code:
Len([Intermediary])
as a field on the query in its own right.
Oh, the shame. Such a basic mistake.
Signature Under Construction 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|