gunslingor
Registered User.
- Local time
- Today, 08:44
- Joined
- Jan 13, 2009
- Messages
- 50
Hi all,
So we have a database used for baselining cyber assets (i.e. securing them with checklists), the database currently spits out 3 reports: device information report, device base-lining report, and regulatory standards reference.
External to this, we have two reports that are generated as word files: design review form and baseline data supporting device X.
My goal is to arrive at a single button that, when pressed, combines all this into one report. To achieve this I intend to:
I could move the screenshots into the DB as attachments, then I could generate the report easy, but this obviously isn't recommended if you know anything about access. This leaves a couple options:
So we have a database used for baselining cyber assets (i.e. securing them with checklists), the database currently spits out 3 reports: device information report, device base-lining report, and regulatory standards reference.
External to this, we have two reports that are generated as word files: design review form and baseline data supporting device X.
My goal is to arrive at a single button that, when pressed, combines all this into one report. To achieve this I intend to:
- Create a parent report that combines the 3 existing access reports.
- Generate a new subreport for this parent report that covers the design review form.
- Generate a new subreport for this parent report that covers the "baseline data supporting device X"
I could move the screenshots into the DB as attachments, then I could generate the report easy, but this obviously isn't recommended if you know anything about access. This leaves a couple options:
- Store the screenshots/jpgs as discrete files, let the report assemble them via stored paths. I don't like this because it can get disordered and everything is currently in the word documents now.
- Somehow attached the word document to the parent report as if it were an access report. Is this possible?