I have a problem. I have a main report that holds two subreports. The first report is a summary of violations from the second report. The second report is a full listing of login attempts.
I need help with making the reports - complete with headers and footers - to show in the main report even if no data is found.
The process is this: my database populates a table with a full listing of logon attempts. Then it extracts actual violations into a separate table. My Main report pulls two reports together: Violation Summary & Logon Failures. These reports may or may not have data.
I have to show these two reports as one Main report. Both have separate headings and separate counters that must be displayed, and I need to ensure that the 'Page of Pages' in the Main report footer numbers both reports together. Then I will export the Main report to a directory as a .snp file.
Is there a way to make this happen or is there a known work around for generating two separate reports while passing the total page numbers to display a joined footer field 'Page [Page] of [Pages]'?
I need help with making the reports - complete with headers and footers - to show in the main report even if no data is found.
The process is this: my database populates a table with a full listing of logon attempts. Then it extracts actual violations into a separate table. My Main report pulls two reports together: Violation Summary & Logon Failures. These reports may or may not have data.
I have to show these two reports as one Main report. Both have separate headings and separate counters that must be displayed, and I need to ensure that the 'Page of Pages' in the Main report footer numbers both reports together. Then I will export the Main report to a directory as a .snp file.
Is there a way to make this happen or is there a known work around for generating two separate reports while passing the total page numbers to display a joined footer field 'Page [Page] of [Pages]'?