J
JP
I'm trying to get a MultiSelect list box to Print Preview
the selected records in the listbox. This is what I have
so far:
Dim stDocName As String
stDocName = "Report"
DoCmd.OpenReport stDocName, acPreview , , " ID = " & Me!
listboxname.Column(0)
The only problem is I get Print Preview for the first
selection, not multiple selections. Any help would be
greatly appreciated!!
the selected records in the listbox. This is what I have
so far:
Dim stDocName As String
stDocName = "Report"
DoCmd.OpenReport stDocName, acPreview , , " ID = " & Me!
listboxname.Column(0)
The only problem is I get Print Preview for the first
selection, not multiple selections. Any help would be
greatly appreciated!!