I have a query that lists all of my tickets for each system. i would like to add a numerical field to this query that incrementally counts the number of tickets per system...
ie.
TicketNum SysCount System
15478 1 SAT
15494 2 SAT
15497 3 SAT
15521 1 ARC
15525 2 ARC
Thanks for any help provided.
ie.
TicketNum SysCount System
15478 1 SAT
15494 2 SAT
15497 3 SAT
15521 1 ARC
15525 2 ARC
Thanks for any help provided.