sum not tally

Z

zyus

I used this "=Sum([NET_BAL])" in text box in my report grouping header to
calculate total amount of net_bal.

Problem is when i extracted raw data in my table based on the particular
group the total figure is not tally with the one that i have in my report.
The rest of the group are ok in my report.

What could gone wrong

TQ
 
J

John W. Vinson

I used this "=Sum([NET_BAL])" in text box in my report grouping header to
calculate total amount of net_bal.

Problem is when i extracted raw data in my table based on the particular
group the total figure is not tally with the one that i have in my report.
The rest of the group are ok in my report.

What could gone wrong

TQ

The data is not what you think it is, or the expression is on the wrong place,
or there is some other error.

It's impossible to be more specific with an answer unless you're more specific
with the question! What's the Recordsource for the report? What are its
Sorting and Grouping properties? What is the nature of the "not tally"? How
did you extract the data from the table, and in what way did it disagree?
 
Z

zyus

The recordsource is from a queryAB...combination of tbl A and tbl B. The
net_bal are one of the field in tbl A. Another field Product is also in tbl A.

In my report i sort & group by Product and sum up net_bal. I put my
expression in text box in product header.

I've managed to produce report as follow
Product Net_bal
A 1000
B 5000
C 1500

For comparison & verification i run a select query in tbl A based on the
grouping above and resulted amount for product B is not tally with my report
(say 4500) but it's fine with A & C.

I've also extracted the data and sum it up in excel format and the result
are also the same with my select query in tbl A.

I hope my explaination suffice.




John W. Vinson said:
I used this "=Sum([NET_BAL])" in text box in my report grouping header to
calculate total amount of net_bal.

Problem is when i extracted raw data in my table based on the particular
group the total figure is not tally with the one that i have in my report.
The rest of the group are ok in my report.

What could gone wrong

TQ

The data is not what you think it is, or the expression is on the wrong place,
or there is some other error.

It's impossible to be more specific with an answer unless you're more specific
with the question! What's the Recordsource for the report? What are its
Sorting and Grouping properties? What is the nature of the "not tally"? How
did you extract the data from the table, and in what way did it disagree?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top