R
Razor
Hi,
I have bought an Access library that can send reports to
PDF with a filename and filepath assigned through code so
it doesn't prompt the user.
Now I need to loop through a listbox generating one PDF
for each item in the listbox. The listbox should be
Multi-select = None
for the rest of my code to work.
I tried this but it didn't work:
For Each Item In Me.lstReportClient
...
Next Item
How do I frame the loop?
Thanks,
Razor
I have bought an Access library that can send reports to
PDF with a filename and filepath assigned through code so
it doesn't prompt the user.
Now I need to loop through a listbox generating one PDF
for each item in the listbox. The listbox should be
Multi-select = None
for the rest of my code to work.
I tried this but it didn't work:
For Each Item In Me.lstReportClient
...
Next Item
How do I frame the loop?
Thanks,
Razor