C
CJG via AccessMonster.com
Hi!
I have a data entry form which users collect various chemical readings over a
period of time. In order for the user to know when to stop collecting the
data, I would like to add a few stabilization reference fields as an FYI on
the form based on calculations from the data from last 2 records. Depending
on the results of the stabilization reference calcuations, there could be any
where from 2 to 10 records.
For instance, a user may collect 2 rows of info:
SampleID Time DO Cond
MW-01 8:45 30 250
MW-01 9:00 27 246
After calculating the stabilization reference number for DO, the user would
see it's still outside the range and would have to collect another round of
data,so their data would then be:
SampleID Time DO Cond
MW-01 8:45 30 250
MW-01 9:00 27 246
MW-01 9:20 26 245
When the calculation is done again, using the last 2 rows of data, DO is in
the range and they can now stop collecting data.
I know conceptually what I need to do, but am unsure as how to translate
programatically.
Any pointers in the right direction would be greatly appreciated.
Thanks,
CJG
I have a data entry form which users collect various chemical readings over a
period of time. In order for the user to know when to stop collecting the
data, I would like to add a few stabilization reference fields as an FYI on
the form based on calculations from the data from last 2 records. Depending
on the results of the stabilization reference calcuations, there could be any
where from 2 to 10 records.
For instance, a user may collect 2 rows of info:
SampleID Time DO Cond
MW-01 8:45 30 250
MW-01 9:00 27 246
After calculating the stabilization reference number for DO, the user would
see it's still outside the range and would have to collect another round of
data,so their data would then be:
SampleID Time DO Cond
MW-01 8:45 30 250
MW-01 9:00 27 246
MW-01 9:20 26 245
When the calculation is done again, using the last 2 rows of data, DO is in
the range and they can now stop collecting data.
I know conceptually what I need to do, but am unsure as how to translate
programatically.
Any pointers in the right direction would be greatly appreciated.
Thanks,
CJG