Thanks for your help.. Been on other forms and nobody's able to answer. I'm trying to figure out a way to get an average of a tool in each department (how long was it in that department before it moved to another). When a tool gets put in the system, It's got a date/time with a lineitemID and LineTo for that department (let's say "awaiting cal"). When that parts done. It will go to another department (Awaiting QA) which creates another line with the
same LineID but different date/time and department. Which that last department is Complete. In the in 2.png, you'll see lines with the LineItemID but and different date/time. I had created a query for each of the three departments, because it's all in one table. Then created another query
to look at the line itemid and show all three dates/times in that department. This way I can control the information needed for an average. Now that I have that working. I need to find an average days in status’ for a week and month, and rolling 90- day avg:
1. avg days/hrs for all line items for the time period in the lab ( awaiting cal) week / month
2. avg days/hrs in awaiting QA
3. rolling 90 avg of time in lab