S
ScottRA
Hi,
I am developing in MS Access 2003 and I'm trying to have a form
automatically calculate average values for me. I know I should calculate
these values on the fly when the data is queried. I ultimately would like a
button which the user would click to calcuate the values.
The form is something like this
Field 1 Field 2 Field 3 Field 4 Average of Field 1-4
145 145 138 142.67
Any field may have a null value as well (like field 4), so that is why i
haven't done something like me.average = me.field1+ etc / 4
Any suggestions?
Many thanks for any help
Cheers
Scott
I am developing in MS Access 2003 and I'm trying to have a form
automatically calculate average values for me. I know I should calculate
these values on the fly when the data is queried. I ultimately would like a
button which the user would click to calcuate the values.
The form is something like this
Field 1 Field 2 Field 3 Field 4 Average of Field 1-4
145 145 138 142.67
Any field may have a null value as well (like field 4), so that is why i
haven't done something like me.average = me.field1+ etc / 4
Any suggestions?
Many thanks for any help
Cheers
Scott