Command Buttons in reports

A

Alicia

When I distributed my database to members of my company I disallowed all the toolbars/menubars except for a custom created one.
Now, when they bring up reports in print preview mode, the only way they can print them is to press ctrl+p.
I know functional command buttons cannot be included in reports, but does anyone have a program/code that will allow it?
Or does anyone have any other ideas?
Much thanks
 
R

Rick Brandt

Alicia said:
When I distributed my database to members of my company I disallowed all
the toolbars/menubars except for a custom created one.
Now, when they bring up reports in print preview mode, the only way they
can print them is to press ctrl+p.
I know functional command buttons cannot be included in reports, but does
anyone have a program/code that will allow it?
Or does anyone have any other ideas?
Much thanks

Did you actually create a totally NEW custom Toolbar/MenuBar from scratch
or did you modify a built-in one? The former would be included with your
file when you distribute it to others so they would be able to use it. The
latter is something you did to your local Access installation and will not
show up on their machines.

If you did create a new bar, did you set it as the Toolbar or MenuBar
property in the report so it would be displayed automatically when the
report was previewed or do you have code in the Report's Open event that
displays it?
 
M

Marshall Barton

Alicia said:
When I distributed my database to members of my company I disallowed all the toolbars/menubars except for a custom created one.
Now, when they bring up reports in print preview mode, the only way they can print them is to press ctrl+p.
I know functional command buttons cannot be included in reports, but does anyone have a program/code that will allow it?
Or does anyone have any other ideas?


Create a custom tool bar for print preview.
 

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