Doug Murphy
doug at murphyscreativity.com
Fri Jul 4 11:41:05 CDT 2003
Bruce, The way I do this is to make a custom menu bar with no controls on it. I then make this the menu for a form since you can not set the visible property of the standard access menu. On form load I run the following line. CommandBars("mnuEmpty").Visible = False. This will remove the menu and the resize and close controls from the form. Doug -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bruce Bruen Sent: Friday, July 04, 2003 6:17 AM To: accessd at databaseadvisors.com Subject: [AccessD] No menu bar - no possible? AXP The help file (hah!) says: "If you set the MenuBar property to a value that is not the name of an existing menu bar or menu bar macro, the form or report will not have a menu bar (the default menu bar will not be shown)." So I did, but instead of not showing a menu it showed an error of the form <app> can't find the macro <dummymenuname>. Is it possible to not have a menu? tia Bruce _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com