I have a field 'actUnitCost' in form "frm_DeptBudget"(from tbl_DeptBudget).
This field needs to return
sum of 'tranXamt' from tbl_DeptActTxDetail /
sum of 'actProd' from tbl_DeptProGoalUpdate
I've learned today how to do group by and sum in query
today, thx to remou and phv, but I have no clue
how this can be done... i've tried avg and some other things
in sql but all i get is errors.
any help?
This field needs to return
sum of 'tranXamt' from tbl_DeptActTxDetail /
sum of 'actProd' from tbl_DeptProGoalUpdate
I've learned today how to do group by and sum in query
today, thx to remou and phv, but I have no clue
how this can be done... i've tried avg and some other things
in sql but all i get is errors.
any help?