I have some functions, on certain forms in an application, which take a while to run. I want to set up some simple debug.print messages to capture the time I start the function, and the time I start and finish each step of the function. This way, I can isolate which step is taking the longest and work to improve that lag.
Make sense? Anyone know a quick and easy way to do this. From my main menu, one form I go to is an "add/find" form, which has to load the rowsource for 2 queries, after running a stored proc to reset the flags in their underlying table. Just wanting to figure out what part of that is the slowest part, and see what I can do to speed it up. Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot
Make sense? Anyone know a quick and easy way to do this. From my main menu, one form I go to is an "add/find" form, which has to load the rowsource for 2 queries, after running a stored proc to reset the flags in their underlying table. Just wanting to figure out what part of that is the slowest part, and see what I can do to speed it up. Thanks!
misscrf
It is never too late to become what you could have been ~ George Eliot