I've been searching everywhere and I can't find a way to display my data like I want.
I need to display a weekly schedule in terms of:
time/day - Mo - Tu - We - Th - Fr - Sa - Su
7-8 x
8-9 x x
9-10 x x x x x
.....
I have my data in 3 tables: days (dayid,daytitle), times (timeid,timetitle), events (eventid,dayid,timeid,eventtitle)
I can display either the daytitle as column headers or timetitle as row headers by themselves, but not together, and definitely without the data.
Any help is appreciated (tutorials, code, references)
Thanks,
Jose
I need to display a weekly schedule in terms of:
time/day - Mo - Tu - We - Th - Fr - Sa - Su
7-8 x
8-9 x x
9-10 x x x x x
.....
I have my data in 3 tables: days (dayid,daytitle), times (timeid,timetitle), events (eventid,dayid,timeid,eventtitle)
I can display either the daytitle as column headers or timetitle as row headers by themselves, but not together, and definitely without the data.
Any help is appreciated (tutorials, code, references)
Thanks,
Jose
