D
DawnP277
I am trying to modify some code.
Currently I have import statements that import test results from another
computer (.CSV).
I have queries that find me the last recrod and print a label and a report.
Now I need to have VB look at the MinLoad and MaxLoad and makesure that the
AvgLoad falls between these two points before printing the label.
Currently the user clicks a button and the reports just print out, I have no
forms open.
Does anyone have any suggestions on how to get VB to get the Min, max, and
Avg from the query so I can use them in a If statement?
Thanks for your help.
Dawn
Currently I have import statements that import test results from another
computer (.CSV).
I have queries that find me the last recrod and print a label and a report.
Now I need to have VB look at the MinLoad and MaxLoad and makesure that the
AvgLoad falls between these two points before printing the label.
Currently the user clicks a button and the reports just print out, I have no
forms open.
Does anyone have any suggestions on how to get VB to get the Min, max, and
Avg from the query so I can use them in a If statement?
Thanks for your help.
Dawn