H
H. Martins
I have a Access VBas routine with a loop. I need to pause that loop
(without leaving it) for about one minute.
Of course I could read the clock, store it's time adding one minute
and compare it against current time in a sub-loop, but I suppose that
would trigger the CPU in full load.
Any more clever way to get the same result?
H. Martins
(without leaving it) for about one minute.
Of course I could read the clock, store it's time adding one minute
and compare it against current time in a sub-loop, but I suppose that
would trigger the CPU in full load.
Any more clever way to get the same result?
H. Martins