X
XYZ-Man
I have a user that inputs real time data on a production line into a
form, form1. This simple form has two fields, time and count. Every 10
minutes or so, the user inputs time and count. Simple.
What I would like to do is to have another form (form2) open all the
time, which would average the last 5 entries of count entered in form1
and display that number.
(As the user input the next set of time and count in form1, form2
would automatically update itself with the new average).
Since I lack SQL skills, can someone help me explain how to do this in
beginner terms?
Thank you,
Robert
form, form1. This simple form has two fields, time and count. Every 10
minutes or so, the user inputs time and count. Simple.
What I would like to do is to have another form (form2) open all the
time, which would average the last 5 entries of count entered in form1
and display that number.
(As the user input the next set of time and count in form1, form2
would automatically update itself with the new average).
Since I lack SQL skills, can someone help me explain how to do this in
beginner terms?
Thank you,
Robert