Timing the Report/Queries Load Time

  • Thread starter Thread starter SRC
  • Start date Start date
S

SRC

Is there a way to have the computer to time the length of
time it takes a report to open up into preview after it
has been selected by a form button.

Thanks,
Steven
 
dim dteCalled as Date
dteCalled = Now()
DoCmd.OpenReport "ReportName"
Msgbox Now-dteCalled


Chris
 

Ask a Question

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.

Ask a Question

Back
Top