Hi,
Is it possible to find the average of the averages of a field ie avg(avg(field)).When I use this I get the error "Can't have average function in expression".
I have a table that holds inspection data based on specific component locations on a board.It holds this data for each inspection.I have a recordset that finds the average of each specific location across the inspections.Basically I want the average of this recordset.
Is it possible to find the average of the averages of a field ie avg(avg(field)).When I use this I get the error "Can't have average function in expression".
I have a table that holds inspection data based on specific component locations on a board.It holds this data for each inspection.I have a recordset that finds the average of each specific location across the inspections.Basically I want the average of this recordset.