Hey everyone...good morning!
Anyone know why this control source gives me an "#Error"...doesn't make sense...I checked all the "("s and ")"s and it looks right.
The fields are all perfectly accurate - the query is correct. I added the spaces to make it easy to read for ya.
=IIf(
(Sum([qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_CLA]+[qry]![Test_Cond_Cycle_1_Plan_eBAT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_ENT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_FUNC]))>0,
(Sum([qry]![eBAT_Weighted_1_PROG]+[qry]![eBAT_Weighted_1_REG_ENT]+[qry]![eBAT_Weighted_1_REG_CLA]+[qry]![eBAT_Weighted_1_REG_FUNC])/Sum([qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_CLA]+[qry]![Test_Cond_Cycle_1_Plan_eBAT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_ENT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_FUNC]))/100,
'NA')
It's driving me crazy! THANKS!!
-Tim
Anyone know why this control source gives me an "#Error"...doesn't make sense...I checked all the "("s and ")"s and it looks right.
The fields are all perfectly accurate - the query is correct. I added the spaces to make it easy to read for ya.
=IIf(
(Sum([qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_CLA]+[qry]![Test_Cond_Cycle_1_Plan_eBAT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_ENT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_FUNC]))>0,
(Sum([qry]![eBAT_Weighted_1_PROG]+[qry]![eBAT_Weighted_1_REG_ENT]+[qry]![eBAT_Weighted_1_REG_CLA]+[qry]![eBAT_Weighted_1_REG_FUNC])/Sum([qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_CLA]+[qry]![Test_Cond_Cycle_1_Plan_eBAT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_ENT]+[qry]![Test_Cond_Cycle_1_Plan_eBAT_REG_FUNC]))/100,
'NA')
It's driving me crazy! THANKS!!
-Tim