i have a form based on a table
in the form you can click check boxes to say whether to add insurance (10%of total) or not and another checkbox to add vat(17.5% of total)or not as the case may be.
the controlsource for the checkboxes is data held in the table
i can get the calculations to work no problem but how do i make the calculations on the form add up only if the tick box is true or not is the tickbox is false.
i can get it to work by saving the calculation results in the table but there must be a better way
in the form you can click check boxes to say whether to add insurance (10%of total) or not and another checkbox to add vat(17.5% of total)or not as the case may be.
the controlsource for the checkboxes is data held in the table
i can get the calculations to work no problem but how do i make the calculations on the form add up only if the tick box is true or not is the tickbox is false.
i can get it to work by saving the calculation results in the table but there must be a better way