Hi there
I'm a rookie at using Access so sorry if this question is stupid but I just cannot find the explanation to my mistake.
I have a database of movies, one field being 'Title'. I want to make a query which will list all movies with a title of 10 or less characters.
I made a query with 1 field being title and used the following criterion:
Len([title])<11
It works, but it will only display titles of movies with 10 characters, not those with 5 characters.
My current workaround: make a new field in the query with Len([Title]) and <11 as a criterion. After that I hide this field from the query result.
This seems like a hassle, can anyone explain why the first method does not work?
A screenshot to explain the situation (sorry Dutch Access version): http://puu.sh/6qpZG.png
Thanks in advance!