SeadnaS
Programmer
- May 30, 2011
- 214
Ok I have a form with an option group of option buttons. Next to them are corresponding text boxes. Each button represents a test and if the the test is passed i need the box to say PASS or FAIL if the test fails.
I have a query called Q_CALC which calculates the AVG, STDEV and AVG-3SIGMA. I have a subform (in datasheet view) also the subform has fields linked to the main form. When I have a record selected in the main form it shows a limited selection of records on the subform based on the selection on the mainform.
For the first test i need to see if the AVG-3SIGMA of column x1 is above or below a number in a table called specs based on the model number selected. The specs table contains pass fail specs for all the different model numbers. Hope that makes sense, really cant figure it out, (lack of VBA skills )
Thanks in advance! Can upload screenshots or empty copy of DB if needs be.
I have a query called Q_CALC which calculates the AVG, STDEV and AVG-3SIGMA. I have a subform (in datasheet view) also the subform has fields linked to the main form. When I have a record selected in the main form it shows a limited selection of records on the subform based on the selection on the mainform.
For the first test i need to see if the AVG-3SIGMA of column x1 is above or below a number in a table called specs based on the model number selected. The specs table contains pass fail specs for all the different model numbers. Hope that makes sense, really cant figure it out, (lack of VBA skills )
Thanks in advance! Can upload screenshots or empty copy of DB if needs be.