cbayardo
04-23-2004, 10:26 AM
Does anyone know another option for DSUM in a Report?
In my Report I have a grouping of a field called Ext.Which is the Extension of a telephone. I insert the formula in the Header of that group. It looks like this:
=DSum("[Cost]","MyTable","[Type] = '2' ")
Cost being the field with the value I want to sum, MyTable being :rolleyes: ...MyTable and Type is the field that check to see what values to sum.
Make sense?
This is not returning what I want, instead it returns the total of all the Extension.
Any ideas of what I am doing wrong?
Thank you
In my Report I have a grouping of a field called Ext.Which is the Extension of a telephone. I insert the formula in the Header of that group. It looks like this:
=DSum("[Cost]","MyTable","[Type] = '2' ")
Cost being the field with the value I want to sum, MyTable being :rolleyes: ...MyTable and Type is the field that check to see what values to sum.
Make sense?
This is not returning what I want, instead it returns the total of all the Extension.
Any ideas of what I am doing wrong?
Thank you