Hi...I could use assistance from someone with more expertise than I. Dealing with this type of code in Access is new for me
I am trying to export a report containing multiple letters to people (from Access 2012) to individual .pdf files on the network. I understand I need a loop to do this which I have never done before. The path to save the letters in (folder and subfolder) as well as the file name should be derived from values/columns contained in the table or query which the report is written on. I am using ADO commands but not even sure that is the best option as I have found conflicting information as to which is best ADO or DAO. Any assistance will be so greatly appreciated. kindest regards.
I am trying to export a report containing multiple letters to people (from Access 2012) to individual .pdf files on the network. I understand I need a loop to do this which I have never done before. The path to save the letters in (folder and subfolder) as well as the file name should be derived from values/columns contained in the table or query which the report is written on. I am using ADO commands but not even sure that is the best option as I have found conflicting information as to which is best ADO or DAO. Any assistance will be so greatly appreciated. kindest regards.
Comment