A
Andrew L.
Hope you can help with a basic question from a novice.
I have a text field FORCES with maximum length 50 characters. I want my query to return
those records where the length of text is greater than 30. I set up my query design with
criteria LEN([FORCES])>30
However, when I run the query it always inserts double quotes around the 30, viz:
LEN([FORCES])>"30", and produces completely wrong results. How can I make Access compute
the length of the text data, rather than some meaningless text comparison?
TIA
Andrew L.
I have a text field FORCES with maximum length 50 characters. I want my query to return
those records where the length of text is greater than 30. I set up my query design with
criteria LEN([FORCES])>30
However, when I run the query it always inserts double quotes around the 30, viz:
LEN([FORCES])>"30", and produces completely wrong results. How can I make Access compute
the length of the text data, rather than some meaningless text comparison?
TIA
Andrew L.