Reputation: 115
I have a form "frmStats" which displays a graph based on selections made by the user. The graph displays correctly on the form, however for print, I have hidden the buttons and user fields.
My problem is that now there are spaces where the buttons would appear.
Is it possible for me to either only print the graph, or perhaps hide the blank spaces where the buttons would appear ?
Any advise on pointing me in the right direction would be appreciated
thank you
Upvotes: 0
Views: 277
Reputation: 895
Putting the buttons in the form's header / footer, then setting these to display screen only, will remove any white space where they were.
Upvotes: 1