Sevn
I trust ME!
- Local time
- Today, 06:02
- Joined
- Mar 13, 2008
- Messages
- 97
Hello all,
I'm back for more help. Any assistance is greatly appreciated.
Currently; I have a sales report, that has 10 markets. In the report footer, I have the total numbers (wow, real complex isn't it). I have a small piece of VBA written, that will run the report, and export to PDF each market. So when ran; the end result is 10 PDFs, with one market per PDF.
What I would like to do is...
I have most of what I need already, but need to know if hiding/disabling the report footer is possible. If so; I just need the VBA string that controls this function (example: ReportFooterVisible = False).
Again; any assistance with this, will be greatly appreciated.
I'm back for more help. Any assistance is greatly appreciated.
Currently; I have a sales report, that has 10 markets. In the report footer, I have the total numbers (wow, real complex isn't it). I have a small piece of VBA written, that will run the report, and export to PDF each market. So when ran; the end result is 10 PDFs, with one market per PDF.
What I would like to do is...
- If the report is ran as a complete summary report, with all markets; I would like to retain the report footer.
- If the report is ran as an itemized report, with each market being a separate PDF; I would like to disable/hide the report footer. I want to do this because the footer is useless, if there is only one market (market & total are the same).
I have most of what I need already, but need to know if hiding/disabling the report footer is possible. If so; I just need the VBA string that controls this function (example: ReportFooterVisible = False).
Again; any assistance with this, will be greatly appreciated.
Last edited: