Good evening all, I'm looking for a little assistance with a database I am making if possible?
It must be 10 years since I last used a DB program so I have been teaching myself access 2007 over the last few weeks. And there is one problem I cannot seem to get over.
The DB I am making is setup as follows:
This all seems to work wonderfully until the form window has to popup, it seems to stay on the taskbar and for the life of me I cannot get it to popup on start up. I have to click it from the taskbar each time.
The code I am using is as follows in the OnLoad parameter:
I believe this to be correct? If this is not the correct way to do this or there is a better way please do correct me. 
Unfortunately I think the issue maybe a DB that is already running on the desktop. The DB that is already running is setup as a switchboard (which is beyond me as yet) and set to be ontop of every other window. But I am hoping that this is not the issue.
And I cannot do anything about how that DB is running as it is a requirement to be setup and ran like this.
So any help given would be greatly appreciated.
It must be 10 years since I last used a DB program so I have been teaching myself access 2007 over the last few weeks. And there is one problem I cannot seem to get over.
The DB I am making is setup as follows:
- Form is set to open up from loading the DB file,
- Access menus are set to minimize,
- Form is set to popup,
- Form is set to full screen display.
This all seems to work wonderfully until the form window has to popup, it seems to stay on the taskbar and for the life of me I cannot get it to popup on start up. I have to click it from the taskbar each time.
The code I am using is as follows in the OnLoad parameter:
Code:
DoCmd.RunCommand acCmdAppMinimize
DoCmd.Maximize
Unfortunately I think the issue maybe a DB that is already running on the desktop. The DB that is already running is setup as a switchboard (which is beyond me as yet) and set to be ontop of every other window. But I am hoping that this is not the issue.
And I cannot do anything about how that DB is running as it is a requirement to be setup and ran like this.
So any help given would be greatly appreciated.