Hey, I have a text box on the detail line with control source as: =+1 the running sum is set to Over Group to increment
so if there are four records in the group it looks like:
..............................1
..............................2
..............................3
..............................4 well I need it to show a one only for the first record of each group and zeroes to follow, like this:
..............................1
..............................0
..............................0
..............................0 so is there a way to do this in the control source to say something like:
=1; unless >1 then display "0"
Thanks a lot.
so if there are four records in the group it looks like:
..............................1
..............................2
..............................3
..............................4 well I need it to show a one only for the first record of each group and zeroes to follow, like this:
..............................1
..............................0
..............................0
..............................0 so is there a way to do this in the control source to say something like:
=1; unless >1 then display "0"
Thanks a lot.