G
Guest
I am trying to make a simple data base for my work. We do everything on paper
and it would be easier to do it on a computer. What we do is measure the
gauge of film in milimeters. What we do is take 5 sample readings of each
roll of film we make. For instance, if we were making a gauge of 2.0, it
would mic out at (2.1 ,2.2, 1.9, 2.1, 2.0, 1.8 ). From those 5 numbers, i
need the sum which i know how to get. then the average, which is the sum / 5,
and the range. The range is the bigest number (2.2) minus the smallest number
(1.8). What i want to know is how to get the range in access, if field 1 is
1x, field 2 is 2x, field 3 is 3x and so on. (1x, 2x, and 3x....) are just
field names.
P.S
I don't want to use a excel spreadsheet format.
and it would be easier to do it on a computer. What we do is measure the
gauge of film in milimeters. What we do is take 5 sample readings of each
roll of film we make. For instance, if we were making a gauge of 2.0, it
would mic out at (2.1 ,2.2, 1.9, 2.1, 2.0, 1.8 ). From those 5 numbers, i
need the sum which i know how to get. then the average, which is the sum / 5,
and the range. The range is the bigest number (2.2) minus the smallest number
(1.8). What i want to know is how to get the range in access, if field 1 is
1x, field 2 is 2x, field 3 is 3x and so on. (1x, 2x, and 3x....) are just
field names.
P.S
I don't want to use a excel spreadsheet format.