in my report detail section I have a list of items. I want to put in an auto increase number in front of each item. Is it possible? e.g.
1 John Smith Doctor
2 Mark Williams Teacher
3 Joe Smith Scientist
I dont want to do this in my query because the query has complex grouping.
found the function RowNumber()
never mind, thanks for reading
1 John Smith Doctor
2 Mark Williams Teacher
3 Joe Smith Scientist
I dont want to do this in my query because the query has complex grouping.
found the function RowNumber()
never mind, thanks for reading