Is there any way to get rid of certain menu functions & buttons in a form. For example, can you hide the print function in both the File menu and in the buttons?
I'm not sure about access 2000, however I would suggest getting your hands on some Access documentation regarding the DoCmd.RemoveMenuItem. This is great for altering menu items.
However, if you start playing with the configuration of the standard menus, you face the possibility of using the altered menus for other access applications. This can cause an administation nightmare.
I'm sure that the form can specify a default menu to use. In Access 2.0, you would use Macros to provide menu functionality. In Access 95 and 97 I believe it was then moved to module based menus (however, macros were still used for backward compatibility). It would be wiser to create an application menu and toolbar for use with the application. For information on adding and removing toolbars, refer also to the DoCmd Syntax.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.