View Full Version : store query results...


j6niner
02-12-2002, 04:53 PM
hello. i am running a query that allows me to view employee's quality scores that are from the last 14 days. in a form, i select an employees name and it displays the results from the query. i need to average the employees scores, based on the returned scores from the query. i then need to store that average into a table...any help would be much appreciated. thank you very much...

directormac
02-13-2002, 05:43 AM
Check Access help for info on the DAvg function.

--Average Mac