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
how to open, review, and edit a .exe file?
VB:NET MSSQL problem write "strings" InsertCommand
70XX Event ID's causing a very slow login
Dynamic Enumerate items procedure
fax from a network
Install a CA on Windows Server 2008 R2 Server Core
How do I setup a VPN site to site tunnel between a linksys VPN router and ISA server 2006?
Windows SharePoint Services Search Required on Farm, not running Stopping
Visual Studio 2008 SP1 Install Issue
Optimal page-pool size, registry size, and IRPStackSize for a Windows 2000 Server