| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
Custom Menus Not loading
Hi There,
Ive made a number of custom menus, which work great. But they don't seem to load when i first open the database. When the database opens I hide all the main access menus etc by: Dim i As Integer For i = 1 To CommandBars.Count CommandBars(i).Enabled = False Next i Im assuming this is preventing my custom menus from loading? If so..does any1 know how to not hide the part needed for custom menus? Many thanks.. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
So, not running that code and unchecking the ALLOW BUILT-IN TOOLBARS in the Startup Options doesn't work for hiding what you need hidden?
__________________
Bob Larson Free Access Tutorials and Samples: http://www.btabdevelopment.com (and FREE frontend auto update enabling tool) |
|
#3
|
|||
|
|||
|
mm yeh that works better without the code actually. Is there code to display the main access menus at the top of the screen? the code below just seems to open the database window:
For i = 1 To CommandBars.Count CommandBars(i).Enabled = True Next i |
|
#4
|
||||
|
||||
|
Not sure as I haven't used custom toolbars in a LONG time.
__________________
Bob Larson Free Access Tutorials and Samples: http://www.btabdevelopment.com (and FREE frontend auto update enabling tool) |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Report Page Setup Issues - Losing Custom Page Size | gjgerson | Reports | 2 | 03-06-2006 10:40 AM |
| Turning Adaptive Menus off. | Uncle Bob | Forms | 0 | 07-12-2005 06:27 AM |
| Custom Menu Bar As Default | tmort | General | 2 | 03-01-2005 04:56 AM |
| Added custom toolbar to report and now it's gone! | EagleMon | Reports | 0 | 12-05-2004 08:08 PM |
| Custom Menus and security | crann | General | 1 | 11-24-2002 08:39 AM |