D
dnr
I am working with data collected automatically. When the sensor collecting
the data is not working it displays really large numbers. I need to get an
average of the data.
I am trying to first eliminate the really large numbers then get an average
of the remaining data. I have to do this on 30 different columns of data. I
want to automate this - but I am struggling. I have created a form with a
combo box that list the field names on the table. I have a text box that I
want the average to be displayed in and then a command button that I want to
click after I have selected the field I want to evaluate. I know I want to
search the field and use only records less then 3000. I want to then average
that data. Please advise on how to go about writting the code.
the data is not working it displays really large numbers. I need to get an
average of the data.
I am trying to first eliminate the really large numbers then get an average
of the remaining data. I have to do this on 30 different columns of data. I
want to automate this - but I am struggling. I have created a form with a
combo box that list the field names on the table. I have a text box that I
want the average to be displayed in and then a command button that I want to
click after I have selected the field I want to evaluate. I know I want to
search the field and use only records less then 3000. I want to then average
that data. Please advise on how to go about writting the code.