Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to disable the File-Print menu? 1

Status
Not open for further replies.

kev747

Technical User
Jan 30, 2003
68
AU
Hi all,
I need to disable the File menu Print option in my database. This is because some users who want to print out a single report, select the File menu Print option, and print out all reports in the db.
Is is possible to lock this option out of the File menu?

Many thanks in advance.

Kev.

 
Go to Tools->Startup, and de-select allow full menus. :)

Boss quote from an office meeting: We're going to continue to have these meetings until we figure out why no work is getting done ...
 
Hey grtammi,
This is the first thing I tried, and while it removes the Print icon from the toolbar, the Print option still remains in the File menu, as does the Ctrl + P print option.

Any other ideas?

Kev.

 
Hi kev747,

To disable the menu option ..

Code:
Application.CommandBars("Menu Bar").Controls("File").Controls("Print...").Enabled = False

Enjoy,
Tony
 
Thanks Tony, works a treat.
Have a star.

Kev.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top