G
Guest
on a form i have a text box.
in the control source is the code -
=[BUDGET_TBL]![BUDGET]-Sum([INVENTORY_MAIN_TBL]![QTY]*[INVENTORY_MAIN_TBL]![PRICE])
what i want here is simply the budget left.
it simply is taking a starting budget -budget_tbl and subtracting from the
sum of two fields in a table that are multiplied.
how do i do this?
cant get to give correct answer.
in the control source is the code -
=[BUDGET_TBL]![BUDGET]-Sum([INVENTORY_MAIN_TBL]![QTY]*[INVENTORY_MAIN_TBL]![PRICE])
what i want here is simply the budget left.
it simply is taking a starting budget -budget_tbl and subtracting from the
sum of two fields in a table that are multiplied.
how do i do this?
cant get to give correct answer.