I have a report, Report A, that pulls data from a Table, Table A. Table A, has a field, Field A, where I am to export Report A for each Unique Entery in Field A. Currently I have to do this manually, but Ideally I am looking to find a code that can do the following.
For Uniqe each value of Field A in Table A
Filter Table A
Run Report
Export Report as PDF with naming convention of "value of Field A + YYYYMMDD"
Remove Filter from Table A
and then Repeat for each Unique value in Field A.
Another way may be to filter Report A outright and then go about it that way.
I have found codes online, including on this site, but since I am not well versed in VBA code, I keep running into snags when I try to manipulate them to fit my needs.
Any help you can provide will be greatly appreciated.
For Uniqe each value of Field A in Table A
Filter Table A
Run Report
Export Report as PDF with naming convention of "value of Field A + YYYYMMDD"
Remove Filter from Table A
and then Repeat for each Unique value in Field A.
Another way may be to filter Report A outright and then go about it that way.
I have found codes online, including on this site, but since I am not well versed in VBA code, I keep running into snags when I try to manipulate them to fit my needs.
Any help you can provide will be greatly appreciated.
Comment