Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restoring toolbars after they were removed 1

Status
Not open for further replies.

mmaddox

IS-IT--Management
May 22, 2002
53
US
I need to make changes to an Access db that an independent developer created. I have not been able to contact the developer. The application launches directly into a form and the normal tool bars that allow designing and access to the main objects window have been removed. Does anyone know of a way to display the toolbars? Some keyboard sequence or anything like that?
 
In the Form's properties window delete any text next to Menu Bar or Tool Bar. If this doesn't work:

Open a module, click on Find, select Current Project, type in in the Find What? box: MenuBar or ToolBar. Delete where appropriate any code that affects the menus.
 
I think you need to open the database while holding down the shift key.
 
Shift key did the trick and was very easy to do. Thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top