I have three forms.
Form A has payments and it is a subform of Form B. Form A has a field in it's footer showing the total of payments. Form B displays that total (=[TblPayments Subform].Form!TotalPaid). Form B has Payees. (On one "project" there can be several payees receiving payments). At this point it works great--I see the total payments.
Form C is for the project. I want it to hold the form B for payees (which holds form A). When I get all three forms nested like this, the total field on Form B is blank--no errors, just a blank field.
Can anyone tell me what I'm missing?
Form A has payments and it is a subform of Form B. Form A has a field in it's footer showing the total of payments. Form B displays that total (=[TblPayments Subform].Form!TotalPaid). Form B has Payees. (On one "project" there can be several payees receiving payments). At this point it works great--I see the total payments.
Form C is for the project. I want it to hold the form B for payees (which holds form A). When I get all three forms nested like this, the total field on Form B is blank--no errors, just a blank field.
Can anyone tell me what I'm missing?