I have a database that records software download times for a particular number of machines in a particular number of cases. I have set up a query that displays the download time in the following format:<br><br>CaseNum #1 #2 #3 #4 #5 #6 #7 #8<br> 1 nn:ss nn:ss nn:ss nn:ss nn:ss nn:ss nn:ss nn:ss<br><br>Where the fields labeled #1...#8 are the machine numbers. <br><br>Since for each case, the same thing is being downloaded to each machine, I would like to get the average time for each case (i.e. (#1+#2+...+#8)/8). All the information I have read has made a references to averaging columns, however I can not seem to find how to take the average of rows. <br><br>Any thoughts?<br><br>Thanks, Jason