Carina1628
Technical User
We are running an Access 2000 db in both 2000 & 2002. Hiding the database window works great in 2000, but not so well in 2002. I have de-selected show database window in the startup tools, as well as disbling the special keys.(ie. F11)
I have also included this:
DoCmd.SelectObject acTable, , True
DoCmd.RunCommand acCmdWindowHide
In Access 2002 though, when the database is opened, it shows two icons on the task bar. One takes you to the switchboard, the other opens the database window. How can I get rid of the button that opens the db window?
Any help is greatly appreciated.
I have also included this:
DoCmd.SelectObject acTable, , True
DoCmd.RunCommand acCmdWindowHide
In Access 2002 though, when the database is opened, it shows two icons on the task bar. One takes you to the switchboard, the other opens the database window. How can I get rid of the button that opens the db window?
Any help is greatly appreciated.