Print selected section of a report

eduardo

Registered User.
Local time
Today, 10:53
Joined
Jul 5, 2012
Messages
67
Hi guys, I need ideas about printing a report.

As shown in the attached picture, I have many comment boxes in a single A4 sheet.

Physically I will print only one sheet, and as new comment boxes are filled, I need to re-print that sheet with the new text added, of course, without over-printing the previous stuff.

So my idea was adding checkboxes next to each text box, to select exactly which one I want to print.

Any ideas for a VBA code that makes this possible?

Thanks!
 

Attachments

  • report.JPG
    report.JPG
    33.2 KB · Views: 79
Yes, you could use Check Boxes (Yes/No) built into each record in the data table.

So no VBA required, the QUERY feeding your report will be instructed only to load 'checked' (yes) records.
 

Users who are viewing this thread

Back
Top Bottom