Hi,
I've made a report, based on a querie. In the detail section there is a text1 field, where the product of field1 and field 2 are calculated and displayed. If field1 is other than 6 to 10, the text1 field is zero. Text1 is calculated and displayed with the "on format" event.
Field1 field2 text1
8 2 16
6 2.5 15
A 2 0
....
In the footer section, I've tried to sum the values of text1 by setting the control source property of the text field in the footer section to =sum(text1)
and also =sum([Reports]![Reportname]!text1)
But it clearly doesn't work this way.
My question is, is it possible to display the sum of an unbound field in a report?
I've solved this problem, by editing my query of course. But I'm curious and have been looking and searching..........
Thanks for you time! Aprreciate any help/tip
I've made a report, based on a querie. In the detail section there is a text1 field, where the product of field1 and field 2 are calculated and displayed. If field1 is other than 6 to 10, the text1 field is zero. Text1 is calculated and displayed with the "on format" event.
Field1 field2 text1
8 2 16
6 2.5 15
A 2 0
....
In the footer section, I've tried to sum the values of text1 by setting the control source property of the text field in the footer section to =sum(text1)
and also =sum([Reports]![Reportname]!text1)
But it clearly doesn't work this way.
My question is, is it possible to display the sum of an unbound field in a report?

I've solved this problem, by editing my query of course. But I'm curious and have been looking and searching..........
Thanks for you time! Aprreciate any help/tip
