Page 1 of 1
LIne Nuumbers
Posted: Wed Aug 14, 2002 6:15 am
by Jeff_Ward
I have a multi page report that needs to have a number assigned to each record. The number starts at 1 and is incremented by one for each record printed. It has to start all over again on the next page. Any idea how to accomplish this.
=> RE: LIne Nuumbers
Posted: Wed Aug 14, 2002 7:02 am
by kfleming
Create a total that counts each record and resets at the page level.__Place it on the record band and it should do what you described.____Kathleen__R&R Support
==> RE: LIne Nuumbers
Posted: Thu Aug 15, 2002 3:11 pm
by Dan_Flynn_(Guest)
How do you get a record count for grouped headers. I get 1, 7, 15 for my group recno() count field while on a group. If on a record group I get 1 thru 6 for first group, 7 thru 14 on second group etc. I want to have 1 for group 1, 2 for group 2, 3 for group 3 etc. How can this be programmed?____Thanks__dan
===> RE: LIne Nuumbers
Posted: Thu Aug 15, 2002 4:45 pm
by kfleming
You need a total that resets at the grand level. Then hit the Options button and change the accumulation frequency of the total to once per the group field.____Kathleen__R&R Support