S
Steve
In excel, we can use application.wait(secs) to get code to pause for a set
period of time before continuing. I've used this in the past to create really
simple clocks & countdowns in the past. - Is there nothing similar available
in Access 2003? I can't find anything & wouldn't know where to begin looking.
I've read a number of similar topics on here and am not sure they help. The
only reason I want to get the code to pause is that when I run it in a form,
as the code progresses and runs a bunch of queries, it draws a hangman on
screen (makes pictures visible one by one) and when the hangman's finished =
job done.
My code currently makes a line visible, then uses me.repaint to repaint the
screen - which is doesn't... and the hangman's produced in lumps on screen.
If I could get the code to wait I expect that I'd get the desired effect.
Probably a very daft question & certainly a silly reason but it'd be fun if
it worked!
period of time before continuing. I've used this in the past to create really
simple clocks & countdowns in the past. - Is there nothing similar available
in Access 2003? I can't find anything & wouldn't know where to begin looking.
I've read a number of similar topics on here and am not sure they help. The
only reason I want to get the code to pause is that when I run it in a form,
as the code progresses and runs a bunch of queries, it draws a hangman on
screen (makes pictures visible one by one) and when the hangman's finished =
job done.
My code currently makes a line visible, then uses me.repaint to repaint the
screen - which is doesn't... and the hangman's produced in lumps on screen.
If I could get the code to wait I expect that I'd get the desired effect.
Probably a very daft question & certainly a silly reason but it'd be fun if
it worked!