S
SM
I have a calculated field in my query based on a field and
another calculated field and when I try to give it
criteria such as <29, I get all the Null values as well.
The calculations are B: Format(IIf(IsNull([bMEAS]),"",Sqr
((([bMEAS]/57.3)^2)-(0.00356)^2)),"#.0000")and
Particle_Size: Format(IIf(IsNull([bMEAS]),"",(0.9*1.54056)/
(*Cos([XRD2theta]/57.3))),"#.0000")
Can someone explain what's happening and how can I fix it?
I have noticed that the query surrounds my criteria with
quotes so does that mean its being trated as text and not
a number.Thanks in advance.
another calculated field and when I try to give it
criteria such as <29, I get all the Null values as well.
The calculations are B: Format(IIf(IsNull([bMEAS]),"",Sqr
((([bMEAS]/57.3)^2)-(0.00356)^2)),"#.0000")and
Particle_Size: Format(IIf(IsNull([bMEAS]),"",(0.9*1.54056)/
(*Cos([XRD2theta]/57.3))),"#.0000")
Can someone explain what's happening and how can I fix it?
I have noticed that the query surrounds my criteria with
quotes so does that mean its being trated as text and not
a number.Thanks in advance.