Command Buttons in reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
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.
 
Back
Top