A
Andy
Is there anyway to time how long a query takes to run?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.