Gregof1976
10-20-2011, 12:25 AM
I created a simple database to record time for manufacturing department. End users (about 15), day by day, for each worker register data using a special dedicated form.
Within one month of the table is registered about 10 - 12 thousand of records. At the end of the month registered time is being presented in different variants.
Data for the next month are filled in with the same manner as the month before and they are keep in the same table. This is where my problem occurs:
On the one hand, keeping data in one table allows for flexible analysis in various time intervals, what is a very big advantage, which I use in everday work.
On the other hand, historical data are subject to change by the end user, which unfortunately I experience every day.
Therefore I trying to find such solution where historical data will be maximum protected (before appending and changing records in closed period) and from the other side should still allowing make analysis in various time intervals for example, at the turn of month.
Can you suggest any sensible solution?
Within one month of the table is registered about 10 - 12 thousand of records. At the end of the month registered time is being presented in different variants.
Data for the next month are filled in with the same manner as the month before and they are keep in the same table. This is where my problem occurs:
On the one hand, keeping data in one table allows for flexible analysis in various time intervals, what is a very big advantage, which I use in everday work.
On the other hand, historical data are subject to change by the end user, which unfortunately I experience every day.
Therefore I trying to find such solution where historical data will be maximum protected (before appending and changing records in closed period) and from the other side should still allowing make analysis in various time intervals for example, at the turn of month.
Can you suggest any sensible solution?