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
> 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 ?