Toolbar / Menu

S

Stephen Martinelli

I know this has been beaten to death, but i dont get it...

I just want to make the toolbar / menu go away when running a form. The form
navigates thru a series of buttons and the stock toolbar is not needed.
So... How do i suppress it?

Steve
 
G

Gerald Stanley

Have you tried setting Popup to Yes, setting Border to None
and maximising the form. It should fill the entire screen.

Hope That Helps
Gerald Stanley MCSD
 
A

Albert D. Kallal

I a going to suggest that you make a small menu bar of your own. That way,
you don't need a whole bunch of code.

Try downloading the 3rd example at:

http://www.attcanada.net/~kallal.msn/msaccess/DownLoad.htm

The above hides all of the ms-access interface, and I did not even have to
write any code to do this. Note, you can exit the sample, and then hold down
the shift-key during start-up to by-pass the tools->start-up options I used.

You can also use some code here and there...but I kind like the above...as
it is code free.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top