F
ferde
I am trying to build a query that gives me the count of records in a field
that have a value range between 40 and 51. The formula I've tried is
returning the total number of records. I can see I have the wrong formula
but not sure how to correct it ..any help would be greatly appreciated.
Count(IIf([heartrate]>=40,[heartrate]<=51,0))
that have a value range between 40 and 51. The formula I've tried is
returning the total number of records. I can see I have the wrong formula
but not sure how to correct it ..any help would be greatly appreciated.
Count(IIf([heartrate]>=40,[heartrate]<=51,0))