using A2000ReportToPDF to print and save all reports in a database

W

wds

Hello All.

I am using the Stephen Lebans A2000ReportToPDF converter and it works
VERY well. My question is is there a way to use this utility where
you click the button and it will convert ALL of the reports and save
them to a specific directory?

Currently I have to click one by one for al 60 of my reports.

Thanks in advance for any help.

D
 
W

wds

I figured it out. Change code To:

blRet = ConvertReportToPDF(Me.lstRptName, vbNullString, _
"C:\" & Me.lstRptName.Value & ".pdf", False, False, 0, "", "", 0, 0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top