G
Guest
(access2003)
ok, i have 8 checkboxes on a form (option of any 8 wks for a summer camp)
that i wanted to output a sum $ value into a TOTAL box (no need for subtotal
all taxes etc incl)
so i have a calculation on the page as follows (it works)
"=IIf([Check88]=No,0,160)+IIf([Check90]=No,0,140)+IIf([Check92]=No,0,140)+IIf([Check94]=No,0,140)+IIf([Check96]=No,0,120)+IIf([Check98]=No,0,140)+IIf([Check100]=No,0,140)+IIf([Check102]=No,0,140)"
so that the payment amount box automatically calculates the amount oweing if
*any combination* of boxes are checked.
PROBLEM: this calculation is great, but i need the answer to appear/update
on my table as well, so i can generate tax receipts with this amount and all
their information...
thanks, i hope that makes sense
ok, i have 8 checkboxes on a form (option of any 8 wks for a summer camp)
that i wanted to output a sum $ value into a TOTAL box (no need for subtotal
all taxes etc incl)
so i have a calculation on the page as follows (it works)
"=IIf([Check88]=No,0,160)+IIf([Check90]=No,0,140)+IIf([Check92]=No,0,140)+IIf([Check94]=No,0,140)+IIf([Check96]=No,0,120)+IIf([Check98]=No,0,140)+IIf([Check100]=No,0,140)+IIf([Check102]=No,0,140)"
so that the payment amount box automatically calculates the amount oweing if
*any combination* of boxes are checked.
PROBLEM: this calculation is great, but i need the answer to appear/update
on my table as well, so i can generate tax receipts with this amount and all
their information...
thanks, i hope that makes sense