My database contains a few tick boxes that affect the value of a text box on the same form.
Direct_Debit is the name of one tick box that reduces the total by the amount shown in a text box called Direct_Debit_Discount and displays this in a text box called Total.
Has anyone any suggestions on how to make this work. The only way I can get it to work currently is to make the control source for Total: = Fees - Direct_Debit_Discount
This doesn't take into account whether the check box is ticked or not.
Thanks
Direct_Debit is the name of one tick box that reduces the total by the amount shown in a text box called Direct_Debit_Discount and displays this in a text box called Total.
Has anyone any suggestions on how to make this work. The only way I can get it to work currently is to make the control source for Total: = Fees - Direct_Debit_Discount
This doesn't take into account whether the check box is ticked or not.
Thanks