I have a msgbox that I want to display when opening a form. I don't want the msgbox to display immediately upon opening. I want a delay of about 5 seconds.
I insert the TIMER INTERVAL of 5000 and place the msgbox in TIMER EVENT. Then when I open the form it waits five seconds before displaying the message but then keeps displaying it every five seconds in a closed loop. How do I make it fire only once?
I insert the TIMER INTERVAL of 5000 and place the msgbox in TIMER EVENT. Then when I open the form it waits five seconds before displaying the message but then keeps displaying it every five seconds in a closed loop. How do I make it fire only once?