noelfam
07-06-2003, 07:02 PM
I'm making a class list report from my database which will include site, teacher, aides and student. I need to number each student for a quick reference on how many students are in each class. I'm sure there is a way to number data...isn't there?
Thanks!
jaydwest
07-06-2003, 08:22 PM
All you need do is create an unbound control in your report's detail section for your line number. Set the control source to 1 by entering =1 in the unbound control. Then set the control's RunningSum property to OverAll. This will give you line numbers.
Good luck. Let me know if you have any problems.
louchey
07-06-2003, 08:29 PM
"Then set the control's RunningSum property to OverAll"
Sorry, got the first part, but not the second - Please could you elaborate.
Louchey
noelfam
07-06-2003, 08:31 PM
Thanks! so much...it worked great. I'm so glad there's help out there.
louchey
07-06-2003, 08:40 PM
Sorry - Please ignore my previous post !!!