i have a subform. source=qry1 lets say.
im trying to update/calculate balance as users
type in the other field but it's not working for some reason.
here is what i have
fields are: Budget, EncAmt, EncPaid, EncBal, TBal.
i've tried doing (in qry criteria)
"EncBal"
=tbl_projectbudget.[encamt]-tbl_projectbudget.[encpaid]
no luck here... any suggestions?
im trying to update/calculate balance as users
type in the other field but it's not working for some reason.
here is what i have
fields are: Budget, EncAmt, EncPaid, EncBal, TBal.
i've tried doing (in qry criteria)
"EncBal"
=tbl_projectbudget.[encamt]-tbl_projectbudget.[encpaid]
no luck here... any suggestions?