Print Object without using a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, i've this problem:

Access XP

I've a list view control (different lists) and i want to print the info
inside the list view directly to the printer.

Is possible in Access or I've to use a report ?

Thanks in advance.

Aragorn
 
You could probably do it by opening a file to the PRN: device and then using
print# to send the data to it, but frankly it would be a lot easier to write a
report. Either pass a filter to the report when you open it or pick up the
listbox RowSource in the report Open event to allow for the varying lists.

HTH
John
 
Back
Top