How can I average the last five records of a Querry?
I am able to average all the records, but I just need the last 5 most recent ones.
I have tried to use Recordset.MoveLast, then Recordset.MovePrevious 5 times.....and keep track of totals. But its seems way to complicated is there not a function built in that I can use in my Form?
Thanks for any help.
I am able to average all the records, but I just need the last 5 most recent ones.
I have tried to use Recordset.MoveLast, then Recordset.MovePrevious 5 times.....and keep track of totals. But its seems way to complicated is there not a function built in that I can use in my Form?
Thanks for any help.