Hi all
I have a field where I enter a measurement. Then the reading will be callculated in another control and then display a number - -1, or 0, or +1
1050 [text222]-1045= 5 IIf([Text223]>=0,"Wide","Narrow")
If it is -5 it display "Narrow" Thats Fine
I can't get it to display OK if the reading is 0
From 0, +1 it display Wide
Now the problem that I have is: Display -1 Narrow
0 OK
+1 Wide
I have a field where I enter a measurement. Then the reading will be callculated in another control and then display a number - -1, or 0, or +1
1050 [text222]-1045= 5 IIf([Text223]>=0,"Wide","Narrow")
If it is -5 it display "Narrow" Thats Fine
I can't get it to display OK if the reading is 0
From 0, +1 it display Wide
Now the problem that I have is: Display -1 Narrow
0 OK
+1 Wide