D
dnr
I am trying to average sets of data but I only want to average data with
values between 0 and 3000. Here is my code:
Average.Value = DAvg(fldtosearch, "Process Data", "[fldtosearch] Is between"
" & 0 & " and " & 3000 & "")
I keep getting a compile error.
I tried using code the following code to limit data values to less than 3000
and that worked:
Average.Value = DAvg(fldtosearch, "Process Data", [fldtosearch] & "<3000")
please help me understand how to limit data to greater then 0 and less then
3000.
values between 0 and 3000. Here is my code:
Average.Value = DAvg(fldtosearch, "Process Data", "[fldtosearch] Is between"
" & 0 & " and " & 3000 & "")
I keep getting a compile error.
I tried using code the following code to limit data values to less than 3000
and that worked:
Average.Value = DAvg(fldtosearch, "Process Data", [fldtosearch] & "<3000")
please help me understand how to limit data to greater then 0 and less then
3000.