J
JD McLeod
I want to create a report based on two tables. The first table is called
"AuditSubSection" and includes the fields AUDITSUBSECTION, AUDITSECTION,
INLCUDE IN REPORT, & FINDINGS. The first three fields are text and the last
two are Yes/No fields.
The second table is called "Findings" and includes the fields FINDING &
RECOMMENDATION.
Audit subsections may have one, more than one or no findings. In my report,
I want to show the steps performed and the findings, if any. If there were
no findings, I want the word "None" to print. The use would have only
entered findings if they existed, so they would not have gone into each
section and typed in the word None if there weren't any findings. Can I
create a report that looks at the "AuditSubSection" table and if the INCLUED
IN REPORT = -1 and FINDINGS = 0, then it prints "None", otherwise it just
prints the findings listed?
My problem could be in database design and not the report, but everything
else in this project has worked up until this piont, so if there is a way to
resolve this issue without reworking the entire project, that would be great.
Any advice would be much appreciated. Thanks in advance.
"AuditSubSection" and includes the fields AUDITSUBSECTION, AUDITSECTION,
INLCUDE IN REPORT, & FINDINGS. The first three fields are text and the last
two are Yes/No fields.
The second table is called "Findings" and includes the fields FINDING &
RECOMMENDATION.
Audit subsections may have one, more than one or no findings. In my report,
I want to show the steps performed and the findings, if any. If there were
no findings, I want the word "None" to print. The use would have only
entered findings if they existed, so they would not have gone into each
section and typed in the word None if there weren't any findings. Can I
create a report that looks at the "AuditSubSection" table and if the INCLUED
IN REPORT = -1 and FINDINGS = 0, then it prints "None", otherwise it just
prints the findings listed?
My problem could be in database design and not the report, but everything
else in this project has worked up until this piont, so if there is a way to
resolve this issue without reworking the entire project, that would be great.
Any advice would be much appreciated. Thanks in advance.