H
Hallgeir
I have a report looking something like this (just an example):
Id Value
1 2
2 4
3 1
4 2
5 3
In the report footer I want a field that gives me the sum for values with
id's between 2 and 4. Earlier I have solved this by making an extra query
and a subreport, but I'm wondering if it could be solved otherwise. Maybee
by using a sql sentence for the controllsource property on an ordinary
textbox.
Appreciate any suggestions
Id Value
1 2
2 4
3 1
4 2
5 3
In the report footer I want a field that gives me the sum for values with
id's between 2 and 4. Earlier I have solved this by making an extra query
and a subreport, but I'm wondering if it could be solved otherwise. Maybee
by using a sql sentence for the controllsource property on an ordinary
textbox.
Appreciate any suggestions