How can I print from Preview Report view?

E

efandango

I have a Report with a macro driven 'User Response' combo box, where the user
specifies the page they want printed, via an OpenReport action in a macro;
but when the report opens for preview, there are no menus or toolbars for the
user to print from?

Is this normal, or is something wrong with my report?. How can I make it so
that the user has a menu or button to print from?

This is my macro:

Report Name: Runs

View: Print Preview

Where Condition: [Runs
Query]![Run_No]=[Forms]![frm_Run_No_to_Print]![Run_No_To_Print_Combo]

Window Mode: Normal
 
Μ

µ$

Have you tried a right-click on the preview ? There should be a print option
in the sub-menu.
Thierry_
 
E

efandango

yes, there is a print option on right click, but my users will not know that,
they will used to the 'standard menu' that appears on all the other reports,
except this one.

µ$ said:
Have you tried a right-click on the preview ? There should be a print option
in the sub-menu.
Thierry_


efandango said:
I have a Report with a macro driven 'User Response' combo box, where the user
specifies the page they want printed, via an OpenReport action in a macro;
but when the report opens for preview, there are no menus or toolbars for the
user to print from?

Is this normal, or is something wrong with my report?. How can I make it so
that the user has a menu or button to print from?

This is my macro:

Report Name: Runs

View: Print Preview

Where Condition: [Runs
Query]![Run_No]=[Forms]![frm_Run_No_to_Print]![Run_No_To_Print_Combo]

Window Mode: Normal
 
Top