iggydarsa
Well-known Member
- Joined
- Jun 28, 2005
- Messages
- 1,810
- Office Version
- 365
- Platform
- Windows
Hi All,
I am running a report based on a query and this is what it looks like:
No....Name....Points
1......Alice.....100
2......Bob.......100
3......Charles...90
4......David......75
5......Eric.........75
Name and Points fields are fetched from a query and I added a textbox. In textbox property for Control Source I entered =1 and for Running Sum I selected OverAll, so that way I got the No column.
What I am trying to accomplish is not showing the number in No column after the first record if the Points are the same. So the table should look like this:
No....Name....Points
1......Alice.....100
........Bob.......100
3......Charles...90
4......David......75
........Eric.........75
How can I do that?
Thanks
I am running a report based on a query and this is what it looks like:
No....Name....Points
1......Alice.....100
2......Bob.......100
3......Charles...90
4......David......75
5......Eric.........75
Name and Points fields are fetched from a query and I added a textbox. In textbox property for Control Source I entered =1 and for Running Sum I selected OverAll, so that way I got the No column.
What I am trying to accomplish is not showing the number in No column after the first record if the Points are the same. So the table should look like this:
No....Name....Points
1......Alice.....100
........Bob.......100
3......Charles...90
4......David......75
........Eric.........75
How can I do that?
Thanks