pastorandy
IS-IT--Management
Hi
I have a query that returns rows of records from a mysql database and I was wondering how I would alternate the cell colours for the rows that are of the same day.
I could have 1 or more records returned for each day.
So I would need say, all Jan 1st records to have one cell background colour and all Jan 2nd records to have a different colour and so on...
anybody have any ideas?
I have a query that returns rows of records from a mysql database and I was wondering how I would alternate the cell colours for the rows that are of the same day.
I could have 1 or more records returned for each day.
Code:
Jan 1 This is the first record
Jan 1 This could be the second record
Jan 2 This might be the third record
So I would need say, all Jan 1st records to have one cell background colour and all Jan 2nd records to have a different colour and so on...
anybody have any ideas?