techexpressinc
Registered User.
- Local time
- Today, 13:24
- Joined
- Nov 26, 2008
- Messages
- 185
In making my switchboard and display screen ready for the user I hid the top menu and tool bars, with the important drop-down of compact and repair.
I cannot get them back?
I read this posting "Hide all Access Toolbars and Menubars"
http://www.access-programmers.co.uk/forums/showthread.php?t=97578
I think I put this code in some place:
"
This will hide all menu bars and tool bars
<<CODE>>
Dim i As Integer
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i
<<CODE>>
Weird that the non-showing of menu bars is in all my Access DB-s, now. The code must have updated my Access application not to show in all DB-s.
Any help in getting my tool bar back will be appreaciated!
Thx
Russ
I cannot get them back?
I read this posting "Hide all Access Toolbars and Menubars"
http://www.access-programmers.co.uk/forums/showthread.php?t=97578
I think I put this code in some place:
"
This will hide all menu bars and tool bars
<<CODE>>
Dim i As Integer
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i
<<CODE>>
Weird that the non-showing of menu bars is in all my Access DB-s, now. The code must have updated my Access application not to show in all DB-s.
Any help in getting my tool bar back will be appreaciated!
Thx
Russ