J
JulieD
hi
i'm looking at a rather complex db for a friend - she has a form called
frmShipmentGradesbyProduct(Loaded) - its a continuous form with a number of
fields (i'm only interested in 3)
record source of the form is a query
DMT (control source DMT)
Moisture (control source Moisture)
WeightedAverage (control source =Sum([DMT]*[Moisture])/Sum([DMT]) )
and the formula appears to work just fine
she has another form called frmShipmentGradesbyProduct(Discharged) -
basically the same situation as the last form - three fields
DischargedDMT (control source DischargedDMT)
Moisture (control source DischargedMoisture)
WeightedAverage (control source
=Sum([dischargedDMT]*[moisture])/Sum([dischargedDMT]))
this formula returns a #ERROR
the only difference that i can spot in the forms is that the record source
of the second one comes from two tables, while the first one comes only from
one (but it appears to be linked correctly)
any ideas?
i'm looking at a rather complex db for a friend - she has a form called
frmShipmentGradesbyProduct(Loaded) - its a continuous form with a number of
fields (i'm only interested in 3)
record source of the form is a query
DMT (control source DMT)
Moisture (control source Moisture)
WeightedAverage (control source =Sum([DMT]*[Moisture])/Sum([DMT]) )
and the formula appears to work just fine
she has another form called frmShipmentGradesbyProduct(Discharged) -
basically the same situation as the last form - three fields
DischargedDMT (control source DischargedDMT)
Moisture (control source DischargedMoisture)
WeightedAverage (control source
=Sum([dischargedDMT]*[moisture])/Sum([dischargedDMT]))
this formula returns a #ERROR
the only difference that i can spot in the forms is that the record source
of the second one comes from two tables, while the first one comes only from
one (but it appears to be linked correctly)
any ideas?