Newbie2001
New member
- Local time
- Yesterday, 20:35
- Joined
- Dec 6, 2011
- Messages
- 6
A very SEASONED Access programmer here ...
. Since March 2011!
I want to make my DB look more stand-alone-ish. Found ghudson's (VBA) post on this site:
' This will hide all menu bars and tool bars
Dim i As Integer
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i
OUTSTANDING. If I'm running MSA 2003 it's like Access isn't even there (after a brief screen flash). However, when I try the software in MSA 2010 .. the Menus/Toolbars remain. Suggestions and hand-holding would be appreciated. In advance, 'Thank you .. Thank you very much' (ELVIS).

I want to make my DB look more stand-alone-ish. Found ghudson's (VBA) post on this site:
' This will hide all menu bars and tool bars
Dim i As Integer
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i
OUTSTANDING. If I'm running MSA 2003 it's like Access isn't even there (after a brief screen flash). However, when I try the software in MSA 2010 .. the Menus/Toolbars remain. Suggestions and hand-holding would be appreciated. In advance, 'Thank you .. Thank you very much' (ELVIS).