mearmortal
Programmer
I have one field footer with the following calculation in it.
=(Sum([DefectQuantity])/((-1*Sum([Key]=1))*[OFDNumber]))*1000000
The result of which is a number.
this calculation may be repeated 6 times in the footer for different [Stations]
As a [Part] has multiple [Stations] the Part Footer needs to have a calculation that adds up the results of each of the individual [stations]. Unfortunatly the [OFDNumber] field changes values depending on which [Station] is being calculated.
Can anyone help me with this one
I've tried running sum on the text box name but that still does not work.
=(Sum([DefectQuantity])/((-1*Sum([Key]=1))*[OFDNumber]))*1000000
The result of which is a number.
this calculation may be repeated 6 times in the footer for different [Stations]
As a [Part] has multiple [Stations] the Part Footer needs to have a calculation that adds up the results of each of the individual [stations]. Unfortunatly the [OFDNumber] field changes values depending on which [Station] is being calculated.
Can anyone help me with this one
I've tried running sum on the text box name but that still does not work.