A
Andy
Is there anyway to time how long a query takes to run?
John Spencer said:Whoops, just noticed at least one error in the code, the line after
Set dbAny = CurrentDb()
Should read
SET rst = dbAny.OpenRecordset("SELECT QName,qStart,qEnd, RecCount" & _
" FROM QueryResults WHERE False")
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County