print screen ?

  • Thread starter Thread starter Zlatko Matiæ
  • Start date Start date
Z

Zlatko Matiæ

I would like to have a button on the form/subform/subform that would print
current view on the screen. If I use regular print button, Access prints all
the records, not only current records. So, I need something like Print
Screen or Hard Copy...
How to do it programmatically?

Thanks.
 
Hi,

Write a report that is a representation of that screen, and when you click
the 'print this record' button that only the current record is sent to the
report, if you use the windows print-screen CRTL-'PRT-SC' combination it
will produce out not suitable for printing directly, e.g. 2-4 pages of
colour pages, great for running the ink out of inkjet printers.
 
Back
Top