I'm doing a vehicle report. The report groups by model id. Each model has a bunch of years. It ends up looking like this:
Toyota Corolla 1992
1993
1994
2000
2005
2006
Acura Integra 1999
I want to be able to list the Toyota like this:
Toyota Corolla 1992-1994,2000,2005-2006
This is just an example. The year range could possibly have no breaks or it could possible have more.
Any ideas on how to do this? I'm stuck on this one.
Toyota Corolla 1992
1993
1994
2000
2005
2006
Acura Integra 1999
I want to be able to list the Toyota like this:
Toyota Corolla 1992-1994,2000,2005-2006
This is just an example. The year range could possibly have no breaks or it could possible have more.
Any ideas on how to do this? I'm stuck on this one.