G
Guest
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!!!
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!!!