This is a follow up to my other greater than/less than topic posted yesterday...
I've applied the NZ logic and all appears to be well. I now have a field being returned in my query that is
NZ([Tbl-Flight Model Output].[ROS %],0)
that brings back all records and when I apply the criteria
>=[forms]![Flt Rpt By Prod]![QryROSStart] AND <=[forms]![Flt Rpt By Prod]![QryROSEnd]
where QryROSStart is a zero value and QryROSEnd is one it continues to work fine (all records have between 0 and 100 held against them), however if I extend the range to -1 in QryROSStart the query doesn't return any rows!
Surely by extending the range (ie greater than or equal to minus one and less than or equal to plus one) shouldn't make a difference as all of the records are still within this range???
Any advice anyone can offer (on this topic!) would be much appreciated.
I've applied the NZ logic and all appears to be well. I now have a field being returned in my query that is
NZ([Tbl-Flight Model Output].[ROS %],0)
that brings back all records and when I apply the criteria
>=[forms]![Flt Rpt By Prod]![QryROSStart] AND <=[forms]![Flt Rpt By Prod]![QryROSEnd]
where QryROSStart is a zero value and QryROSEnd is one it continues to work fine (all records have between 0 and 100 held against them), however if I extend the range to -1 in QryROSStart the query doesn't return any rows!
Surely by extending the range (ie greater than or equal to minus one and less than or equal to plus one) shouldn't make a difference as all of the records are still within this range???
Any advice anyone can offer (on this topic!) would be much appreciated.