I have a payments table witha field(lots) that I want to sum. The payments table is related to the developments table so I can have quite a few payment records tied to one development.
I have a form based off of a developments query with a subform based of a payments query. When the subform is displaying more than one record, I want to be able to sum all the 'lot' fields and display the value in a textbox on the regular form.
How would I go about summing a repeated field with itself?
I have a form based off of a developments query with a subform based of a payments query. When the subform is displaying more than one record, I want to be able to sum all the 'lot' fields and display the value in a textbox on the regular form.
How would I go about summing a repeated field with itself?