E
ET
I have the following datafield
LastLengthBack: Mid([R1],20,3)
which returns a sample data of
10
5
3.3
1.8
and am trying to set a criteria of <=4.5 and am receiving
a data type mismatch
Any ideas of how I can correct this?
Thanks in advance
LastLengthBack: Mid([R1],20,3)
which returns a sample data of
10
5
3.3
1.8
and am trying to set a criteria of <=4.5 and am receiving
a data type mismatch
Any ideas of how I can correct this?
Thanks in advance