DSum ? Question

S

Stefan Hoffmann

hi,
Amount Discount
$10.00 10%
$10.00 5%
How would I Do a DSum on this...?
TextTotal = DSum("[Amount]*[Discount])

I need to get the total amount discounted.
Just do it. Use =DSum("[Amount]*[Discount]", "Table")


mfG
--> stefan <--
 
D

DS

I have a table with an Amount field and a Percent field, the data would be
as such.

Amount Discount
$10.00 10%
$10.00 5%

How would I Do a DSum on this...?
TextTotal = DSum("[Amount]*[Discount])

I need to get the total amount discounted.
Thanks
DS
 
D

DS

Your right. For some reason I didn't hink that it would be accurate, nor
easy!!!!!
Thanks
DS
Stefan Hoffmann said:
hi,
Amount Discount
$10.00 10%
$10.00 5%
How would I Do a DSum on this...?
TextTotal = DSum("[Amount]*[Discount])

I need to get the total amount discounted.
Just do it. Use =DSum("[Amount]*[Discount]", "Table")


mfG
--> stefan <--
 

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