Row Counter in Report and/or Query

B

Bart Steur

Hello,

I want to add a row number to my report and/or query.

Lets say my query/report contains 9 rows. Now I want a column in front of it
containing the numbers 1 to 9

IE:

# Salesman Last Sale Amount
1 Name1 Date 30492
2 Name2 Date 30291
3 Name3 Date 40392
4 Name4 Date 64343
5 Name5 Date 12342
6 Name6 Date 70296
7 Name7 Date 30892
8 Name8 Date 56684
9 Name9 Date 97784

The number is not in the source table.

Thx
Bart
 
D

Duane Hookom

Do this in your report. Add a text box:

Control Source: =1
Running Sum: Over All
 

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

Similar Threads

Final Results 5
Comparing Multiple fields 3
lookup without repeats 3
Namespace question 10
vb help 6
Removing unnecessary rows through macro 6
Sorting names by start time 1
Open email in HTML format 2

Top