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
 

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

Back
Top