I have a report to create that is driving me nuts.
To make it simple, there are a number of records, each with a 'Code' Field, and also a value field. One of the codes is 'DOOR' and records containing these are present throughout the data, EG
DOOR 2
XXXX 3
yyyy 4
aaaa 1
DOOR 2
SSSS 3
YYYY 2
DOOR 2
qqqq 4
etc....
WHat I need to do is show a sub total for each set of records starting with DOOR - so in effect it show;
DOOR 2
xxxx 3
yyyy 4
aaaa 1
SUBTOTAL 10
DOOR 2
SSSS 3
YYYY 2
SUBTOTAL 7
DOOR 2
qqqq 4
SUBTOTAL 6
I've tried to use GROUPS but can't as there isnt anything to group on
I've tried to use Running totals - but can't reset them as no group
I've even tried using formulas and putting them onto different parts of the report, resetting etc, but have got totally confused with it.
I tried to show the Running Total on the top of the next DOOR detail ine - but then cant reset it to zero.
ANy help will be greatly appreciated
Thanks
Phil