What code do I use to determine how long a MS Access 2000 process takes?
The following doesn't seem to be accurate:
mStart = Second(Time)
Lengthy processing code...........
mEnd = Second(time)
Msgbox " Time elapsed = " & (mEnd - mStart) / 60
Please help me.
Steve
The following doesn't seem to be accurate:
mStart = Second(Time)
Lengthy processing code...........
mEnd = Second(time)
Msgbox " Time elapsed = " & (mEnd - mStart) / 60
Please help me.
Steve