Depending on how precise a count you want, it can be as easy as setting a
variable to the value of Now before you start, then setting another variable
to the value of Now when you stop. Use DateDiff to figure out the elapsed
time between them.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Plumdodge" <(E-Mail Removed)> wrote in message
news:F6DA000E-75BC-4485-BF80-(E-Mail Removed)...
> Can anyone give any pointers how to capture the Elapsed time while a set
> of
> query run? My background is more sql driven and I could write this into to
> a
> table,but Ideally I'd like to just display it in a message box.
> Thanks,