G
Guest
Hello,
Is it possible to number rows in a query up to a certain number, then begin
the numbering sequence again. For example: The original table currently looks
something like.
TitleName
Jim
Jan
John
Al
Frank
Sam
Kate
Sally
Susie
Amy
Kevin
Phil
I would like the Query to number each row up to 3 then restart the numbering
sequence to display an output similar to:
TitleName NumberSeq
Jim 1
Jan 2
John 3
Al 1
Frank 2
Sam 3
Kate 1
Sally 2
Susie 3
Amy 1
Kevin 2
Phil 3
Please let me know if you need more information.
Thank You for your help,
Is it possible to number rows in a query up to a certain number, then begin
the numbering sequence again. For example: The original table currently looks
something like.
TitleName
Jim
Jan
John
Al
Frank
Sam
Kate
Sally
Susie
Amy
Kevin
Phil
I would like the Query to number each row up to 3 then restart the numbering
sequence to display an output similar to:
TitleName NumberSeq
Jim 1
Jan 2
John 3
Al 1
Frank 2
Sam 3
Kate 1
Sally 2
Susie 3
Amy 1
Kevin 2
Phil 3
Please let me know if you need more information.
Thank You for your help,