i am running a timtable system off an access database. I have implemented it in asp with both a page for viewing it and forms for modifying it.i have implemented it with a single line for the subject.I now have to change it to include both the location and the subject code as well as the subject name.
the following are the columns i have in my table
cid (couse id)
sem (semester)
startTime (from 9 to 17 )
mon
tues
wed
thurs
fri
should i include the 3 pieces of information in a single cell (name,code,location) in the table and then modify my update forms to use text areas instead of a text box?
Is there any other solution where the 3 items (name,code,location) could be stored seperately to in a database. Then mabye i could have both a concise version and a long version of the timetable.
would this overcomplicate things ?
i would appreciate any help.
the following are the columns i have in my table
cid (couse id)
sem (semester)
startTime (from 9 to 17 )
mon
tues
wed
thurs
fri
should i include the 3 pieces of information in a single cell (name,code,location) in the table and then modify my update forms to use text areas instead of a text box?
Is there any other solution where the 3 items (name,code,location) could be stored seperately to in a database. Then mabye i could have both a concise version and a long version of the timetable.
would this overcomplicate things ?
i would appreciate any help.