Been using this DB for 15 years (that someone else created). Now this year it decides to give me errors. Every year I add a new table called Registrations, and change the name of the old Registrations by adding the year. Every year, I use the same report also called Registrations.
This year, when it generates the report, it gives me a Type error, one SOME of the calculations in the Report Footer. An example of a calculation is, ="Campers: " & [CamperCount]. I finally discovered what CamperCount is. It is a formula, in the Detail section of the report =If([ClubName.District]="51",1,0). There is a table called ClubName and there is a field called District.