Numbering lists

P

PJ

Our school database has a report for the student's daily
attendance. The students are grouped by class.

A co-worker has asked that the students be given a number
next to their name on the list so she can see very quickly
how many kids are in the class.

This number would have no meaning outside the report as
the students already have assigned student numbers.

How do I use a calculated field to do this. I have no
experince at all with VBA so a non programming solution
would be better.

Thanks in advance for any help
 
S

SA

PJ:

1.) Don't shy away from it, learn a little vba, its not hard and you'll find
many chores much easier if you do.
2.) For this task you don't need any vba. Add an unbound text box to your
report. For the control source, specify: =1, for the running sum property
of the control set it to OverGroup.

That will do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top