Thanks
lets say there is 3 field id, counts, date.
id=> can be 20 20A 20C
count=> numeric number stored for each of above id.
date=> when the count was stored.
Feb26
20A 1000
20B 2000
20C 3000
i want to display date, count for all the combined id field. instead of displaying them individually.