pat_nospam
Registered User.
- Local time
- Today, 19:48
- Joined
- Oct 14, 2003
- Messages
- 151
What's the best way to initiate a macro 15 seconds after a form is loaded, only once instead of the loop from the OnTimer form event.
TimerInterval = 15000
DoCmd.RunMacro "MacroName"
?
Is there a better way to do this? What's the best way to break the loop out so it only runs once?
TIA
Pat
TimerInterval = 15000
DoCmd.RunMacro "MacroName"
?
Is there a better way to do this? What's the best way to break the loop out so it only runs once?
TIA
Pat