len function in a query?

j0se

Registered User.
Local time
Today, 16:17
Joined
Jan 15, 2003
Messages
57
Can I use the len function in a query's criteria field?

I've tried a few things like:

(len<4)
[len<4]

etc

cheers for any help
 
Yes you can however ...

You have to make a seperate field Len([Yourfield]) and then in the criteria say <4

BR
 
thanks

namliam said:
Yes you can however ...

You have to make a seperate field Len([Yourfield]) and then in the criteria say <4

BR

Thanks for that - I really appreciate it!
:)
 

Users who are viewing this thread

Back
Top Bottom