I have a database with records assigned to a year (2011, 2010, 2009, etc...)
Each year may have up to three records assigned to it.
How can I display a table to put each year on its own line (row)?
SO for 2011, display the three records
New row
2010, display the three records, etc...
Any help would be appreciated.
Thank you!
Each year may have up to three records assigned to it.
How can I display a table to put each year on its own line (row)?
SO for 2011, display the three records
New row
2010, display the three records, etc...
Any help would be appreciated.
Thank you!
Comment