I want to add a 2 sec pause to a 'Next Record' event in a macro

E

efandango

I have a form with 10 records that require a user answer for each record.
These are pretty quick-fire questions, and i expect the user to get through
them quicker each time they take the test. To avoid the process becoming
tiresome, I want the user to avoid having to hit the small 'record selector'
button each time they want a new question (hitting any other button), so i
made a macro to simply 'Go to Next Record' after each update; the problem is
that the process happens too quickly and the user cannot see the 'AnswerBox'
to see if they are correct, before the next macro brings up the next record .

Is there a function/value I can put in the macro to make it wait a second or
so before going to the next record?
 
D

Daniel

I suppose you could use the timer event to check if the necessary control has
data or not and if so goto the next record.

Daniel
 
Top