M
mauricio
I have a "projects" database. I need a UpdateStatus field on my table so the
users can enter weekly updates on their projects. I need to be able to keep
these updates for 52 weeks. I also need to timestamp their entries. Not every
project will have an update everyweek.
I created a table like this. (I already have a Projects Table, with all
other details about the project, ProjectID is the key for that table)
ProjectID update1 update2.............update52
Is this the best design for this?? If it is, how do I get the timestamp for
each entry?
users can enter weekly updates on their projects. I need to be able to keep
these updates for 52 weeks. I also need to timestamp their entries. Not every
project will have an update everyweek.
I created a table like this. (I already have a Projects Table, with all
other details about the project, ProjectID is the key for that table)
ProjectID update1 update2.............update52
Is this the best design for this?? If it is, how do I get the timestamp for
each entry?