How can I remove the standard menu bar and replace it with my own? I have made my own and called it "AddressMenuBar" I can get it appear with the standard one. Plus I only won't it to appear on this form not any other.<br>
<br>
Thanks<br>
<br>
Stuart
Simple, as a Menu is now a Toolbar then you should use the Showtoolbar method.<br>
<br>
Thus, to hide the normal menu:<br>
<br>
Docmd.Showtoolbar "Menu Bar", acToolbarNo<br>
<br>
Now as for showing your toolbar, it depends on how it's created. If it's by way of a macro then off hand I can't remember ( this is an ancient method of Menus ) . If its a proper menu bar then ist is simply:<br>
<br>
Docmd.Showtoolbar "yourmenuname", acToolbarYes<br>
<br>
<br>
WP<br>
<br>
<p>Bill Paton<br><a href=mailto:wpaton@neptune400.co.uk>wpaton@neptune400.co.uk</a><br><a href=
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.