Re: Timer Event help
Tech-Archive recommends: Fix windows errors by optimizing your registry
In your form's Timer event, put:
Me.TimerInterval = 0
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Chad" <Chad@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:82EB5349-54FF-4AAA-A93D-72CA201A672A@xxxxxxxxxxxxxxxx
Hello I have a form (MainScreen) that opens up and covers the whole screen
and it has a timer (DoCmd.OpenForm "frmMaindB") set at 5000 then my
frmMaindB
form open up as a pop up so the MainScreen stays open all the time. My
problem is that I need to stop the timer after the 5000 because every form
I
open keeps closing and the frmMaindB opens back up after 5000.
Is there som VBA code I can add that will stop the timer afer it has ran
the
first time? Thanks!!!
--
Newbies need extra loven.........
.
Relevant Pages
- Re: Timer Count Down
... ExpiryDtm field in table Countdown when the form opens. ... Doug Steele, Microsoft Access MVP ... Private Sub Form_Open ... (microsoft.public.access.formscoding) - Re: Timer Count Down
... ExpiryDtm field in table Countdown when the form opens. ... Doug Steele, Microsoft Access MVP ... Private Sub Form_Open ... (microsoft.public.access.formscoding) - Re: Timer Count Down
... What I was trying to say is that you only need the timer when you actually ... Doug Steele, Microsoft Access MVP ... ExpiryDtm field in table Countdown when the form opens. ... Inside the form's Timer event, ... (microsoft.public.access.formscoding) - Re: Open form for all users
... The thought of a timer has crossed my mind. ... A form opens for all users, and it asks them to close the new form, save ... > field, single record table in the back end, reflecting the status of the ... > for the purpose, in the absense of a switchboard), which checks periodically ... (microsoft.public.access.forms) - RE: Export data on scheduled basis when no user in database?
... I've never used Klatuu's idea of Task Scheduler for Access. ... specify the command line option. ... In the Timer Interval event put 3600000 which is one hour. ... Make or modify a macro named AUTOEXEC that opens frmTimer. ... (microsoft.public.access.externaldata) |
|