Generate report from List Box results

C

Cecil

Hello.

I have a list box that is capable of displaying the records in my database.
I also have it set up so that if the user types in a search criteria, it will
display all the rusults of that search in the list box. Is it possible to
print/export these list box results in a report?

Thanks in advance
Mike
 
D

Duane Hookom

If you can limit the list box items to the user input, you should be able to
use similar code/whatever to limit the items that are reported. Since we
don't know how you are limiting the list box, we can't offer the specific
method for limiting the report.

Duane Hookom
MS Access MVP
 
Top