Hello,
I have a crosstab query that I populate a report with. In the details section, I have 12 textboxes (which are months). I want to sum up all those boxes for each detail (i.e. each row). I was thinking that having an additional text box with (the following code in that textbox control source) would work but it doesn't seem to be.
(each [x] is the name of the textbox in the details section)
Is this possible to do this and if so, what am I doing wrong?
-Stoss
I have a crosstab query that I populate a report with. In the details section, I have 12 textboxes (which are months). I want to sum up all those boxes for each detail (i.e. each row). I was thinking that having an additional text box with (the following code in that textbox control source) would work but it doesn't seem to be.
Code:
=Sum([1]+[2]+[3]+[4]+[5]+[6]+[7]+[8]+[9]+[10]+[11]+[12])
(each [x] is the name of the textbox in the details section)
Is this possible to do this and if so, what am I doing wrong?
-Stoss