Here's what I am trying to do.
I have a table that contains the following information
ACCT# Documents
123 Doc1
123 Doc2
456 Doc1
456 Doc2
789 Doc1
789 Doc2
789 Doc3
789 Doc4
I want a report that will show me all accounts that do not have Doc4 and for accts that do not contain Doc4, show me what docs are available.
For example, the results I am looking for would be the following:
123 Doc1
123 Doc2
456 Doc1
456 Doc2
Any ideas are appreciated.
I have a table that contains the following information
ACCT# Documents
123 Doc1
123 Doc2
456 Doc1
456 Doc2
789 Doc1
789 Doc2
789 Doc3
789 Doc4
I want a report that will show me all accounts that do not have Doc4 and for accts that do not contain Doc4, show me what docs are available.
For example, the results I am looking for would be the following:
123 Doc1
123 Doc2
456 Doc1
456 Doc2
Any ideas are appreciated.