I
Igor
Hello,
I need to generate a report with the following fields:
Document Name, Document Type, Document Number, Modification Number, Date
Sent, Reply Received, Reply Received Date.
For this I have two tables:
The Correspondence Table has all the information for all the documents that
have been already sent. This table contains the fields Document Number,
Modification Number, Date Sent, Reply Received, Reply Received Date.
(Note: A document with the same Document Number will be sent several times,
depending on the number of corrections made to it. This means that for the
same Document Number there will be a different Modification Number, Sent
Date, Reply Received and Reply Received Date. And each of these deliveries
has to have it's own row.)
The Index Table has the complete list of all the documents that will be sent
to a client over a time period. These documents will not be sent at the same
time or in a specific order. This table just has three fields, Document Name,
Document Type and Document Number.
(!)Problem: I need that the report shows all the documents, including the
ones that have not been sent.
Example: Document 1 has been sent two times, Document 5 has been sent 3
times and Document 7 has been sent 1 time. Documents 2, 3, 4 and 6 have not
been sent. The report has to get the information for Documents 1, 5 and 7
from the Correspondence Table and the information for Documents 2, 3, 4 and 6
from the Index Table.
(!!)Desired result: The Report should generate 10 rows. 6 rows (for
Documents 1, 5 and 7) should have values in all the report fields. And 4 rows
(for Documents 2, 3, 4 and 6) should have values only in the fields Document
Name, Document Type, Document Number (the fields that are in the Table Index).
I would greatly appreciate any help!
I need to generate a report with the following fields:
Document Name, Document Type, Document Number, Modification Number, Date
Sent, Reply Received, Reply Received Date.
For this I have two tables:
The Correspondence Table has all the information for all the documents that
have been already sent. This table contains the fields Document Number,
Modification Number, Date Sent, Reply Received, Reply Received Date.
(Note: A document with the same Document Number will be sent several times,
depending on the number of corrections made to it. This means that for the
same Document Number there will be a different Modification Number, Sent
Date, Reply Received and Reply Received Date. And each of these deliveries
has to have it's own row.)
The Index Table has the complete list of all the documents that will be sent
to a client over a time period. These documents will not be sent at the same
time or in a specific order. This table just has three fields, Document Name,
Document Type and Document Number.
(!)Problem: I need that the report shows all the documents, including the
ones that have not been sent.
Example: Document 1 has been sent two times, Document 5 has been sent 3
times and Document 7 has been sent 1 time. Documents 2, 3, 4 and 6 have not
been sent. The report has to get the information for Documents 1, 5 and 7
from the Correspondence Table and the information for Documents 2, 3, 4 and 6
from the Index Table.
(!!)Desired result: The Report should generate 10 rows. 6 rows (for
Documents 1, 5 and 7) should have values in all the report fields. And 4 rows
(for Documents 2, 3, 4 and 6) should have values only in the fields Document
Name, Document Type, Document Number (the fields that are in the Table Index).
I would greatly appreciate any help!