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?