matrixindicator
IS-IT--Management
You can use OutputTo method to export a report.
But it does not said were to output. You need to choise a location along the dialog screen. I like to use a fixed or variable location defined in my code. how to ? eg. if the name of the report is AL then place it in the map D:\AL. Should I use another method ?
Code:
DoCmd.OutputTo acOutputReport, "RptOprichtingsjaar", acFormatRTF
But it does not said were to output. You need to choise a location along the dialog screen. I like to use a fixed or variable location defined in my code. how to ? eg. if the name of the report is AL then place it in the map D:\AL. Should I use another method ?