Hi,
I populate a continous form with a bunch of textboxes. Some are from from query, and some are calculations based on the data in the recordset. How do I get Access to present a sum formula of one of the calculated fields?
=sum([Box1]) works if [Box1] is in recordset, but not if it's a calculated field...
I.e.:
Textbox1=Field A in table
Textbox2=Field B in table
Textbox3= =[Textbox1]+[Textbox2]
What I want:
Textbox4= =sum([Textbox3])
I guess I could write =sum([Textbox1]+[Textbox2]), but in reality, the formula is really long and based on a lot of fields...
/henkus
I populate a continous form with a bunch of textboxes. Some are from from query, and some are calculations based on the data in the recordset. How do I get Access to present a sum formula of one of the calculated fields?
=sum([Box1]) works if [Box1] is in recordset, but not if it's a calculated field...
I.e.:
Textbox1=Field A in table
Textbox2=Field B in table
Textbox3= =[Textbox1]+[Textbox2]
What I want:
Textbox4= =sum([Textbox3])
I guess I could write =sum([Textbox1]+[Textbox2]), but in reality, the formula is really long and based on a lot of fields...
/henkus