J
Jerry
I have a db with two tables, documents and transactions. A document can have
many transactions. I have two numerical fields in the documents table which
are populated for each document, no matter how many transactions. I have a
report for each company where the document is listed with it's unique data
and is sorted and grouped with a header and footer, and below the header in
the detail section I list all transactions associated with that document. I
want to sum those two fields at the end of the report. But when i create the
text box with the "=sum([Manhrs])" in the report footer for the ManHrs field,
the total I get is as if the manhours recorded for each document is recorded
for each transaction; ie if i had only one document in the report, and the
document had two transactions and the ManHrs field value in the document
table = 3, the total at the end of the report would be 6, not 3. How do i
get this sum to be correct?
thanks
Jerry Bennett
Easthampton, MA
many transactions. I have two numerical fields in the documents table which
are populated for each document, no matter how many transactions. I have a
report for each company where the document is listed with it's unique data
and is sorted and grouped with a header and footer, and below the header in
the detail section I list all transactions associated with that document. I
want to sum those two fields at the end of the report. But when i create the
text box with the "=sum([Manhrs])" in the report footer for the ManHrs field,
the total I get is as if the manhours recorded for each document is recorded
for each transaction; ie if i had only one document in the report, and the
document had two transactions and the ManHrs field value in the document
table = 3, the total at the end of the report would be 6, not 3. How do i
get this sum to be correct?
thanks
Jerry Bennett
Easthampton, MA