I have 2 issues. They are probably small to fix but I am picky and cannot get Access to do what I want.
So .. I have my database pinned to the Taskbar (Windows 8.1) .. and it runs fine. However .. I would like it to minimize to the Taskbar, just like a normal application.
Right now .. it minimizes to the left on the screen above the Taskbar. I also never want to see the database window .. just my form.
So .. help on how to achieve that would be good. I only have 1 form .. with about 15 tabs on it. Makes it simple .. maybe.
But also .. when the database opens again .. I want to have it give focus to a control on one of the tabs.
My form is named: frmMainSwitchboard and the Tab Control is named: TabCtl0 and a SubForm: subSearchId and the control: txtSearch.
The issue is that my form opens on that tab .. but the tab control does not really have focus and I have to click on the window before I can type.
What is the syntax to ensure that when the form opens that one control (in this case a text box) gets the focus ?