A
adna
How to sum all payments in database and show on form?
I posted a question yesterday about my form, and have a new question about
the same form.
I have a form frmVendor with a subform frmPayment. They are linked to
tables tblVendor and tblPayments (which are related by VendorID).
The form frmVendor shows one vendor at a time, with subform showing only
payments made to that vendor.
I want to put a calculated field in the main form (frmVendor) header showing
the total of all payments in the tblPayments (not just the total for the
vendor currently being viewed.)
Reason being, Company has budget of 20,000 to spend and wants to show
running total at the top of the main form so they can see how close they are
getting to 20,000.
I posted a question yesterday about my form, and have a new question about
the same form.
I have a form frmVendor with a subform frmPayment. They are linked to
tables tblVendor and tblPayments (which are related by VendorID).
The form frmVendor shows one vendor at a time, with subform showing only
payments made to that vendor.
I want to put a calculated field in the main form (frmVendor) header showing
the total of all payments in the tblPayments (not just the total for the
vendor currently being viewed.)
Reason being, Company has budget of 20,000 to spend and wants to show
running total at the top of the main form so they can see how close they are
getting to 20,000.