I have a form that is based on a payments table. The payments table is linked to a Sales Table. The Sales Table records when a sale is made and an invoice no. is recorded. Everytime the customer makes a payment it is recorded in the payments table (which is linked to the sales table based on invoice no). Now a customer may pay in parts or in one lump sum. What I want to do in the form is create an unbound field that uses DSUM to sum up the amount of payments made on each invoice no.
So for each invoice number in the payments table it sums up all the records with that invoice number and displays the total amount paid on that invoice in this unbound field. However when I try to do it I get #Name? in the field. I think that maybe I am using the DSUM wrong. Can someone break it down for me please? Thanks a lot in advance. Awaiting your replies.
So for each invoice number in the payments table it sums up all the records with that invoice number and displays the total amount paid on that invoice in this unbound field. However when I try to do it I get #Name? in the field. I think that maybe I am using the DSUM wrong. Can someone break it down for me please? Thanks a lot in advance. Awaiting your replies.