I have three fields on a form based on a table that I need to calculate the average of two measurements.
Hole 1 Min: [H1Min]
Hole 1 Max: [H1Max]
Hole 1 Avg: [H1Avg]
So I have a formula in the Avg field that reads:
=([H1Min] + [H1Max]) /2
So when the user inputs the measurement in H1Min and H1Max field the db automatically calculates the avg for them.
This works fine now on the form.
But how do I get the average to record into the underlying table?
Tp
Hole 1 Min: [H1Min]
Hole 1 Max: [H1Max]
Hole 1 Avg: [H1Avg]
So I have a formula in the Avg field that reads:
=([H1Min] + [H1Max]) /2
So when the user inputs the measurement in H1Min and H1Max field the db automatically calculates the avg for them.
This works fine now on the form.
But how do I get the average to record into the underlying table?
Tp