C
CS
I pulled in the "applet" from Duane Hookoms link on Rogers
Access Library and I'm impressed but I ran into a little
problem with calculated fields in that they are seem to be
seen as text fields and are not evaluated correctly when
numeric criteria is given. It may not be the QBF
application at all, it could be my calculated field.
My original expression was:
B: Format(IIf(IsNull([FWHM]),"",Sqr((([FWHM]/57.3)^2)-
(0.00356)^2)),"#.0000")
Then I removed the formatting and now I get a datatype
mismatch error.
I'm stuck, I appreciate any help, thanks.
Access Library and I'm impressed but I ran into a little
problem with calculated fields in that they are seem to be
seen as text fields and are not evaluated correctly when
numeric criteria is given. It may not be the QBF
application at all, it could be my calculated field.
My original expression was:
B: Format(IIf(IsNull([FWHM]),"",Sqr((([FWHM]/57.3)^2)-
(0.00356)^2)),"#.0000")
Then I removed the formatting and now I get a datatype
mismatch error.
I'm stuck, I appreciate any help, thanks.