View Full Version : Creating a count field in a report


Matt Brown
11-28-2001, 06:07 AM
I need a little help on this one..
I have a report which lists out purchase orders. What i would like to do is each purchase order line to have a incrementing number against it.i.e 1 something
2 something else
etc etc

The report data is fed through a query.
I would appreciate any help on this one.
Thanks
Matt

Rich
11-28-2001, 06:10 AM
Add an unbound text box, set its control source to =1 set running sum over group.

Matt Brown
11-28-2001, 06:20 AM
Thanks Rich,
Sometimes its the obvious ones which are hard to work out.
Thanks again
Matt