Hello,
I'm gonna try to explain my problem.
In fact, I have a form where I have a list where the user can select the following signs :
<, >, >=, <=, = (greater than, less than etc...)
Also, the user has the possibility to set the value that will be go with the operator above.
I tried the following expression in the query :
=[Forms]![Open_Form]![Sign CL AMT] & [Forms]![Open_Form]![CL_Amt]
the sign CL Amt is > and the CL AMt is 500'000 and I want to have >500000 in the criteria of the query in order to have only the amount above 500'000.
But is does not work.
I get the message : "The expression is typed incorectly or is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables"
If some one has a solution would be very appreciated.
Thanks in advance.
Cheers
Dan
I'm gonna try to explain my problem.
In fact, I have a form where I have a list where the user can select the following signs :
<, >, >=, <=, = (greater than, less than etc...)
Also, the user has the possibility to set the value that will be go with the operator above.
I tried the following expression in the query :
=[Forms]![Open_Form]![Sign CL AMT] & [Forms]![Open_Form]![CL_Amt]
the sign CL Amt is > and the CL AMt is 500'000 and I want to have >500000 in the criteria of the query in order to have only the amount above 500'000.
But is does not work.
I get the message : "The expression is typed incorectly or is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables"
If some one has a solution would be very appreciated.
Thanks in advance.
Cheers
Dan