This topic is locked

Master/Details - Fields and Labels

4/20/2018 12:18:19 AM
PHPRunner General questions
D
dustinforehand author

Hello Everyone,

Hoping that I can get some help with a project I am working on.
I have a two tables with Master to Detail Relationship - 1st Table(Master) : Weekly Fields: WeekID, WeekStartDate, WeekNumber, MonDate, TueDate, WedDate, ThurDate,FriDate, WeekEndDate, + other fields

2nd Table: Schedule Fields: ScheduleID, WeekID, WeekNumber,WeekStartDate, MonDate, TueDate, WedDate, ThurDate, FriDate, WeekEndDate, + other fields
What I am trying to do is instead of auto filling those fields on the details page, I would like to create headers for each day of the week and below it using labels insert each date into Mon Column, Tue Column, Etc

Right now on my list page my Column Headers are Monday, Tuesday, Wednesday, Etc, - Anyway this can be done. I am learning php so fairly inexperienced. Any help would be appreciated.