rowcount solution???

  • Thread starter Thread starter KRISH
  • Start date Start date
K

KRISH

I am setting 10 to no. of columns in the page set up
option of my report. I want to give row number for each
next row. How can it is possible. Please help.

Thanks for any help.

krish
 
Put a TextBox in the Detail section with a ControlSource of
=1 and then set
the Control's RunningSum property to "Over all".

Jim
 
Back
Top