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.
 

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

Similar Threads


Back
Top