I have a subform with a currency field called WkAmt. I have a totaling box on the footer, txtWkTot, of the subform with a controlsource of =Sum([WkAmt]) so that I can refer to it on the main form with =[sbfrmPledge].[Form]![txtWkTot]
For some reason I am getting #error in both the footer of the subform and, obviously, the box on the main form.
Any ideas about where to look for the cause. It’s not like I haven’t done this lots of times before but for some reason, I am obviously missing something. WkAmt is not calcuated or derived, you just enter a number. I started with the subform displaying as continuous forms. I’ve tried changing it to datasheet which is how I usually do it to no avail.