I do have a database that contains invoicing information. I created a form for billing entry and every bill may include a payment. Many times the payment is less than the value of the invoice and we need to carry out the balance of the invoice for the next invoice. The problem is that I do not know how to save that value. I have a text box called next_due_invoice that contains the formula for the balance but how can I save this value to the field that is supposed to have it? The users never have access to the next_due_invoice and the field is calculated automatically by the machine. I put the formula at the control source property therefore I can not put the data field there. Thank you