J
JimS
I have a fairly simple form with a query as a control source. The query
includes two calculated columns. They work perfectly. When I change one of
the fields in the row that's part of the calculation, the calculated columns
recalculate and redisplay no problem.
My issue is that in the header (and footer) of the form, I have a text box
whose control source is simply sum(TotLabor), where TotLabor is one of the
displayed calculated columns. I've changed the name of the text box for that
column to "tbTotLabor" so there won't be any confusion (damned Access for
naming them that way....) Still, whether I use 'Sum(tbTotLabor)' or
'Sum(TotLabor)', I get a #Error consistently. (A2007)
Ideas?
includes two calculated columns. They work perfectly. When I change one of
the fields in the row that's part of the calculation, the calculated columns
recalculate and redisplay no problem.
My issue is that in the header (and footer) of the form, I have a text box
whose control source is simply sum(TotLabor), where TotLabor is one of the
displayed calculated columns. I've changed the name of the text box for that
column to "tbTotLabor" so there won't be any confusion (damned Access for
naming them that way....) Still, whether I use 'Sum(tbTotLabor)' or
'Sum(TotLabor)', I get a #Error consistently. (A2007)
Ideas?