Hi all
I am using MS Access 2016
After issuing a report I export using below code:
DoCmd.OutputTo acOutputReport, "reportname", acFormatPDF, FilePath
I need help for the next step to import this exported file (PDF) and save in a table in my access DB.
Or using another scenario to convert the report to pdf and save in the database without exporting to OS.
Thanks in advance
Mohamed
I am using MS Access 2016
After issuing a report I export using below code:
DoCmd.OutputTo acOutputReport, "reportname", acFormatPDF, FilePath
I need help for the next step to import this exported file (PDF) and save in a table in my access DB.
Or using another scenario to convert the report to pdf and save in the database without exporting to OS.
Thanks in advance
Mohamed