MattBaldry
Self Taught, Learn from the Forums
- Local time
- Today, 16:14
- Joined
- Feb 5, 2019
- Messages
- 337
I am in the process of implementing a database that will monitor time spent on different processes of our production.
At the moment I have a table, tblActivity. This table has the ItemID related to the job, ActivityID (autonumber), Date (time/date the process was recorded), Status (the activity type) Location (where in the factory it is),Employee (the person doing the process) and Notes.
For production I have 4 status types, (Start, Complete, Hold, Resume).
Would it be more practical, to calculate time spent, to have each activity with 4 date/time fields for start, complete, hold, resume rather than 4 status types each with a single date/time field?
I have not gone live yet so not enough data to analyse, but if someone has built something similar I would be grateful to hear what they did.
If I have not explained myself well enough, let me know.
~Matt
At the moment I have a table, tblActivity. This table has the ItemID related to the job, ActivityID (autonumber), Date (time/date the process was recorded), Status (the activity type) Location (where in the factory it is),Employee (the person doing the process) and Notes.
For production I have 4 status types, (Start, Complete, Hold, Resume).
Would it be more practical, to calculate time spent, to have each activity with 4 date/time fields for start, complete, hold, resume rather than 4 status types each with a single date/time field?
I have not gone live yet so not enough data to analyse, but if someone has built something similar I would be grateful to hear what they did.
If I have not explained myself well enough, let me know.
~Matt