G
Guest
I have a table with the following fields: Document1IfRequired (text),
Document1Rec'd (yes/no), Document1Rec'dDate (date). There are 6 additional
fields which are for Document 2 & 3. I run a Missing Documents report based
on a query that has the criteria of: Document1IfRequired is not null and
Document1Rec'd is no OR if Document2IfRequired is not null and Document2Rec'd
is no OR if Document3IfRequired is not null and Document3Rec'd is no. This
lets me know which documents I'm missing of those that are required.
This is my problem: If Document 1, 2 & 3 are all required and I've received
say, 1 & 2, I want my report to only contain the Document3IfRequired field.
Right now it shows all 3 documents whether they have been received or not.
As a quick fix I added the Document1Rec'dDate (2 & 3 also) so at least it
would show up that they were received, but it appears cluttered and is
sometimes confusing to the recipient of the report. Can I make those lines
invisible if the documents have already ben received?
Document1Rec'd (yes/no), Document1Rec'dDate (date). There are 6 additional
fields which are for Document 2 & 3. I run a Missing Documents report based
on a query that has the criteria of: Document1IfRequired is not null and
Document1Rec'd is no OR if Document2IfRequired is not null and Document2Rec'd
is no OR if Document3IfRequired is not null and Document3Rec'd is no. This
lets me know which documents I'm missing of those that are required.
This is my problem: If Document 1, 2 & 3 are all required and I've received
say, 1 & 2, I want my report to only contain the Document3IfRequired field.
Right now it shows all 3 documents whether they have been received or not.
As a quick fix I added the Document1Rec'dDate (2 & 3 also) so at least it
would show up that they were received, but it appears cluttered and is
sometimes confusing to the recipient of the report. Can I make those lines
invisible if the documents have already ben received?