I have a drop down menu within a form that lists operators that will be used as criteria for a query.
The list is as follows:
<=100
<90
<80
<70
I have a query with a field called score. Using the expression builder the query looks at the selected value in the drop down list and filters the results based on the dropdown list value.
i.e if <90 is selected from the list the query returns details of all scores less than 90.
When I run the query the following error message is returned:
This expression is typed incorrectly, or it is too complex to be evaluated…..
Some assistance would be appreciated.
Regards
C