I have a database containing two tables - members and family and I have a main form (named members2) and a subform (named family_subform1). On the main form (members2), I have a field named LockerFee which normally contains the value of $10.00. On the subform, I can have multiple LockerFees depending on how many family members there are. What I want to do is to have the LockerFee field on my main form display a sum of all the lockerfees in the family subform plus the value on the main forms lockerfee. I do have the two tables joined together based on a memberID #.
I have created a query that does produce the correct total, but I can't seem to correctly "tie" that query to the main form. I keep getting an #Error or #Name? displaying in the field.
I would REALLY appreciate any help you can offer me.
Thank you. CarolOB
I have created a query that does produce the correct total, but I can't seem to correctly "tie" that query to the main form. I keep getting an #Error or #Name? displaying in the field.
I would REALLY appreciate any help you can offer me.
Thank you. CarolOB