K
Kahuna
Hi Folks - been one of those days... Code which worked beautifully yesterday
is now broken (I broke it - obviously lol)!!!
I am using a form to open initially on load of my app - as a Start-Up form -
just running set-up code. Upto today it was closed by the splash form, after
it'd done the job, but now I want to leave it open to use as a timer.
Seems like Forms![frmStartup].Hide (from the SplashForm Load) should hide
the form but it errors with object not defined error. The form remains as a
grey box even if set to Me.Visible = False?
Any suggestions gratefully received.
is now broken (I broke it - obviously lol)!!!
I am using a form to open initially on load of my app - as a Start-Up form -
just running set-up code. Upto today it was closed by the splash form, after
it'd done the job, but now I want to leave it open to use as a timer.
Seems like Forms![frmStartup].Hide (from the SplashForm Load) should hide
the form but it errors with object not defined error. The form remains as a
grey box even if set to Me.Visible = False?
Any suggestions gratefully received.