Microsoft
Software
Hardware
Network
Question : architecture question
I have a request to build a one page time reporting form that allows a user to select any Sunday of the year. Once they have selected a Sunday, they should be shown a table with 7 columns representing the days of their selected week; each column should have an input to allow the user to enter the number of hours they worked that day. Upon save the user records are stored in the database.
I already have a a user table, but I need to create a table for the time reporting. I should have one table for the days of the week....i.e. Sunday thru Saturday with a foreign key relationship to the user, but I'm a little thrown by the any Sunday of the year selection? How should that be handled? How should I capture that in the database (another table)? Also, how would I allow the user to only select a Sunday out of the year? I can have a calendar popup, but I'm not quite sure how to only allow the Sundays of the year be selected.
Any suggestions or better ideas on the table construction would be helpful?
Thanks.
Answer : architecture question
if you will work with weeks all the time, 2nd option is better... 1/7 of records will be in db compared to 1st opt
if you work with individual day then 1st option is better...
Random Solutions
EBS 2008 Server Problem
Excel 2003 is looking for pro11.msi, where can i find it and why is it needed all of a sudden?
lock cloumn width for only selected cells
windows server 2008 disable service sac prompt
Silverlight convert XAML to xaml.cs code at runtime
SQL query question
excel remove chars
How to convert this VB.NET code to VC# code?
Multiple criteria for ms access query
UPDATING BINARY FIELD data with MS-ACCESS using VBA