SeadnaS
Programmer
- May 30, 2011
- 214
Hi,
I am trying to calculate a standard deviation of 8 values entered in text boxes on a form. The text boxes are bound to a table and each text box is named x1, x2, x3... up to x8
I want to be able to press a button to calculate the standard deviation of the 8 numbers and display the result in another text box and send result to a column on the table. The table will have fields x1 to x8 and Std_Dev for the Standard Deviation result.
What would be the best way to go about achieving this? Macro? SQL? Any help much appreciated.
I am trying to calculate a standard deviation of 8 values entered in text boxes on a form. The text boxes are bound to a table and each text box is named x1, x2, x3... up to x8
I want to be able to press a button to calculate the standard deviation of the 8 numbers and display the result in another text box and send result to a column on the table. The table will have fields x1 to x8 and Std_Dev for the Standard Deviation result.
What would be the best way to go about achieving this? Macro? SQL? Any help much appreciated.