In our company we store employee hours by week number. We have a
table called Time which has a unique id of TimeID and then other
fields such as date, weeknumber, monday, tuesday, wednesday, etc...
The problem is that at the end of the year when the week number goes
back to 1, it begins to override the old data. We want to keep the
old data. Is there a way so that I can me the year, timeID, and
weeknumber unique? Thank you in advance.
-ag
table called Time which has a unique id of TimeID and then other
fields such as date, weeknumber, monday, tuesday, wednesday, etc...
The problem is that at the end of the year when the week number goes
back to 1, it begins to override the old data. We want to keep the
old data. Is there a way so that I can me the year, timeID, and
weeknumber unique? Thank you in advance.
-ag
Comment