-
[Resolved] Menubar!!!
Can someone tell me how to add a menubar to a VBA form? Please?!
Ive been trying for the past 40 min and all ive managed to get is some weird ass menu/toolbox mixture thing..
I want a menubar like every other program has
IE) File, Edit, View, etc!
Please help me :(
-
Re: Menubar!!!
Which Office app are you using?
-
Re: Menubar!!!
Access 2002
That really makes a diff? :/ I always thought VBA for all was the same
Oh and MS Access help sucks...all it tells me is how to edit the menubars listed in the program
-
Re: Menubar!!!
Well the specifics are a little different but its almost the same.
You want a menu on a Access Form then. Why add File etc. when its already on the main window? wouldnt that confuse the user?
-
Re: Menubar!!!
is it not possible to compile the program into an executable from access? I was told it was...
-
Re: Menubar!!!
That would be an .ADE or .MDE that you want, I think?
-
Re: Menubar!!!
heck if I know..okay..the main reason I want a menubar is for navigation purposes...so I dont have a bunch of command buttons on my form.
I was just told by others that it is possible to compile a VBA program....they couldnt tell me how though :/
-
Re: Menubar!!!
Yes, a .ADE or .MDE are the compiled versions of the database but its not a standalone program. They will still need Access and the only
difference is that they can not view the VBA code or modify the objects.
-
Re: Menubar!!!
ahh thanks...Guess i'll just leave them out then