Ok. I know the long way to do it.
For each varposition in listbox.itemsselected
docmd.openreport "rptname" where blah blah
next varposition
Is there a way to add all listbox selections to a recordset and print only or preview only those records?
The method I know would open a separate report for each record. (Pretty slow)
For each varposition in listbox.itemsselected
docmd.openreport "rptname" where blah blah
next varposition
Is there a way to add all listbox selections to a recordset and print only or preview only those records?
The method I know would open a separate report for each record. (Pretty slow)