Hi. If that is the way to do it then yes. If there was a way to export data directly to pdf then that would have been good but if not then via word and save as pdf for example
You can export a REPORT to PDF. DoCmd.OutputTo acOutputReport, "YourReportName", acFormatPDF, "PathAndNameOfFile.pdf" So you could create a report to display your data, then call it using the above syntax.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
Do you mean export the query from Access and then save as a pdf?