G
Grace
I am trying to add a field to a report using the Dlookup
function. Below is the syntax I currently have:
=Sum(DLookUp("[HONattyWght]","Ratios Table","[Ratios
Table]![RegionNumber]=[RegionNumber]"))
There are several HONattyWght values for each RegionNumber
in the Ratios table. I would like to retrieve and sum the
HONattyWght values for each region and place this value on
the report. The value I am getting using the above syntax
sums ALL the values for the HONattyWght field and does not
group the values by regin.
Your help is greatly appreciated.
Grace
function. Below is the syntax I currently have:
=Sum(DLookUp("[HONattyWght]","Ratios Table","[Ratios
Table]![RegionNumber]=[RegionNumber]"))
There are several HONattyWght values for each RegionNumber
in the Ratios table. I would like to retrieve and sum the
HONattyWght values for each region and place this value on
the report. The value I am getting using the above syntax
sums ALL the values for the HONattyWght field and does not
group the values by regin.
Your help is greatly appreciated.
Grace