What's the problem of this special kind of FORM ??

M

Martin

(I don't know the English to express this kind of special FORM)


I draw the [Amount] into the data area, I expect the data to be:

¡¡¡¡¡¡¡¡ ¡¡year
month
Amount
Dealer1 3010 (USD)
Dealer2 1882



But, to my surprise, the result is as below:

¡¡¡¡¡¡¡¡ ¡¡year
month
Amount:Count
Dealer1 5 ( 5 counts, that's 5 business got amount 3010 USD )
Dealer2 2


Question:
What's wrong ! I want to get the computer automatically show the amount, but
not the count. How to ?

Thanks!

Martin
 
G

Guest

You might have count instead of Sum

If the ControlSource of the Diller text box say
=Count([FieldName])

Change it to
=Sum([FieldName])
 

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