K
Katie Scott
Hello to all,
I am puzzling over a problem I'm having with a query that used to work and
now gives me a #Error. Even when I simplify it - it is a problem and I am
pulling my hair out trying to understand what's going on. Probably something
simple that I'm missing - but what???
If I try a comparison of two fields using IIF I get #Error everywhere.
ckSpike: IIf([SourceResult]>[Expected Value],1,0)
returns nothing but #Errors.
But if I just report the difference between the two values it's okay.
ckSpike2: [SourceResult]-[Expected Value]
returns
-787.6
-630
50
etc
?? What's wrong with comparing the two values with a > sign? I do it all
the time elsewhere - and it used to work here....
Thanks for all your help!!!
Katie
I am puzzling over a problem I'm having with a query that used to work and
now gives me a #Error. Even when I simplify it - it is a problem and I am
pulling my hair out trying to understand what's going on. Probably something
simple that I'm missing - but what???
If I try a comparison of two fields using IIF I get #Error everywhere.
ckSpike: IIf([SourceResult]>[Expected Value],1,0)
returns nothing but #Errors.
But if I just report the difference between the two values it's okay.
ckSpike2: [SourceResult]-[Expected Value]
returns
-787.6
-630
50
etc
?? What's wrong with comparing the two values with a > sign? I do it all
the time elsewhere - and it used to work here....
Thanks for all your help!!!
Katie