Timer Function

wilko

Registered User.
Local time
Yesterday, 22:28
Joined
Feb 16, 2006
Messages
20
Hi guys, im looking to incorporate a timer function into my database.

Basically at the moment students can takes test in the 'quiz' form - id like a function that starts a timer once its opened, and then display the time taken in a message box when the test is finished.

Any ideas on how i should go about this would be much appreciated,

Ross
 
Hi Ross,
Every form has a Timer. It does not run until you set the TimerInterval to something other than 0. Use VBA help to get you started.
 

Users who are viewing this thread

Back
Top Bottom