- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
I'm struggling to come up with a solution as my programming experience is limited. Basically i'm looking to create a program which will allow people to log the number of hours they have spent on a project, for each day of the week. They may spend time on several different projects each week.
I can't decide how to store the date.
tbl_Hours
ID
projectID
projectName
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
tbl_Projects
projectID
projectName
projectDescription
projectOwner
Could this be done better by just using a Day field instead? And then somehow encorporating a date into it? I was also thinking of maybe having a WeekStart field, which would just store the date of the start of the week for each new week.
If i'm not being clear please do ask me to clarify.
I'll be creating the program using ASP.net 2.0 and SQL Server for the database.
Any help really is appreciated
I can't decide how to store the date.
tbl_Hours
ID
projectID
projectName
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
tbl_Projects
projectID
projectName
projectDescription
projectOwner
Could this be done better by just using a Day field instead? And then somehow encorporating a date into it? I was also thinking of maybe having a WeekStart field, which would just store the date of the start of the week for each new week.
If i'm not being clear please do ask me to clarify.
I'll be creating the program using ASP.net 2.0 and SQL Server for the database.
Any help really is appreciated
