Disable auto start on timer

gjh

Registered User.
Local time
Tomorrow, 06:08
Joined
Feb 3, 2009
Messages
64
Hi

I am having difficulty disabling the auto start timer on a form.
How can I diable the auto start on the timer when i open the form.
Appreciate any help that i can get! Thank you!
 
Hi

I've changed the timer interval to 0 and the timer didnt start automatically when i loaded the form. which is a good thing but now when i click "new record" button, the form loads a new record and it the timer starts automatically again. how can i fix this? thank you!
 
Hi again

i got it working now by adding Me.TimerInterval = 0 in the cmd button. i hope this doesnt stuff up the whole form. hehe!
thanks for your help!
 

Users who are viewing this thread

Back
Top Bottom