I'm working on a Attendance Management Solution for our clients. I record values for
Sunday - Saturday in varchar(7) format. If a class was on Mon and Wed at 10 am, it would requite 2 records
CLASS1,01/01/1900 10:00:AM, 'FTFFFFF'
CLASS1,01/01/1900 10:00:AM, 'FFFTFFF'
I do attendance for each record(class) but some times I want to show when the class meets, I need to roll
the individual days into 'FTFTFFF'
I have tried sorting and grouping to no avail.
Anybody have a solution for my grouping problem??
TIA
Mike Davis
Sunday - Saturday in varchar(7) format. If a class was on Mon and Wed at 10 am, it would requite 2 records
CLASS1,01/01/1900 10:00:AM, 'FTFFFFF'
CLASS1,01/01/1900 10:00:AM, 'FFFTFFF'
I do attendance for each record(class) but some times I want to show when the class meets, I need to roll
the individual days into 'FTFTFFF'
I have tried sorting and grouping to no avail.
Anybody have a solution for my grouping problem??
TIA
Mike Davis