- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I would put the following in the change event of each taxable checkbox (in formcalc):
if ($ == 1) then
tax = tax + (amount * 0.0825)
elseif ($ ==0) then
tax = tax - (amount * 0.0825)
endif
(where 'tax' is whatever you have called your total tax box and 'amount' is whatever you have called your unit price box).
Views
Replies
0 Likes
Total Likes