G
Guest
I must compare a string field, which has value from 1 to 10 or a standard
string value "****".
When i go to the expression builder i wrote:
IIf(IsNumeric([Student list]![1 test]);iif([Student list]![1
test]>5;"Ok";"Bad");[Student list]![1 test]). But the result is #Error.
What`s up? What is the right way to write this comparison?
string value "****".
When i go to the expression builder i wrote:
IIf(IsNumeric([Student list]![1 test]);iif([Student list]![1
test]>5;"Ok";"Bad");[Student list]![1 test]). But the result is #Error.
What`s up? What is the right way to write this comparison?