Hi, I have my db launch my main login form on startup, which I have set through the Tools menu. I also have an autoexec macro which does two things.
1) refreshes the links to the backend
2) check if the FE is the current version
My issue is that the autoexec takes a few seconds to load, so there is a delay when you start the db.
What I am trying to do is modify the autoexec to open a small form that says Loading, then do the two above tasks, then open my login form.
I have encountered a problem with this. When I set the form to open from the macro, the form goes spastic. For starters it's subform loads the wrong form, and secondly, none of the controls work. And to top it off, if I was to then click the close button (red cross), Access has a hissy fit on me and can only be closed by ctrl-alt-delete.
Anyone know what i'm doing wrong?
1) refreshes the links to the backend
2) check if the FE is the current version
My issue is that the autoexec takes a few seconds to load, so there is a delay when you start the db.
What I am trying to do is modify the autoexec to open a small form that says Loading, then do the two above tasks, then open my login form.
I have encountered a problem with this. When I set the form to open from the macro, the form goes spastic. For starters it's subform loads the wrong form, and secondly, none of the controls work. And to top it off, if I was to then click the close button (red cross), Access has a hissy fit on me and can only be closed by ctrl-alt-delete.
Anyone know what i'm doing wrong?