NXMold
Technical User
- Jul 22, 2008
- 104
I have a "Jobs" table with fields "Promised Date" and "Ship Date". As a job evolves, these dates are frequently revised. Then, after its done, a job might come back for rework and the dates are revised some more.
I want to track on-time shipping, but under this model I cannot automate it. There is a change history kept in a memo field by a VB function, but this requires a lot of manual labor to extract and report the information (using a separate excel sheet).
But as the job evolves, there is always one current promised date.
I am thinking I have to make a table for this date, the question is do I:
1) keep the existing table as-is, and copy this date to the new table programmatically in the after-update event
2) remove the existing field, and somehow query it from the new table to show only the most current record
Looking for some pro's/con's.
I want to track on-time shipping, but under this model I cannot automate it. There is a change history kept in a memo field by a VB function, but this requires a lot of manual labor to extract and report the information (using a separate excel sheet).
But as the job evolves, there is always one current promised date.
I am thinking I have to make a table for this date, the question is do I:
1) keep the existing table as-is, and copy this date to the new table programmatically in the after-update event
2) remove the existing field, and somehow query it from the new table to show only the most current record
Looking for some pro's/con's.