A
AmyNYC
Not sure if this is possible, but would like to automatically add new data
from Field1 into Field2, but keep data currently in Field2 as a history.
Field1 = StatusCurrent (Memo Field)
Field2 = StatusHistory (Memo Field)
Example:
1. User enters data in StatusCurrent and saves the record. Data gets date
stamped upon saving, so would for example have --> 10/22/04 - Development
complete.
2. Data entered in StatusCurrent (including date stamp) is automatically
saved to StatusHistory. However, would like whatever was previously entered
in StatusHistory to remain there, so I can have a log of status such as the
following:
10/22/04 - Development complete.
10/2/04 - Design complete.
10/1/04 - Requirements analysis complete.
If anyone knows an easier way to go about this let me know.
from Field1 into Field2, but keep data currently in Field2 as a history.
Field1 = StatusCurrent (Memo Field)
Field2 = StatusHistory (Memo Field)
Example:
1. User enters data in StatusCurrent and saves the record. Data gets date
stamped upon saving, so would for example have --> 10/22/04 - Development
complete.
2. Data entered in StatusCurrent (including date stamp) is automatically
saved to StatusHistory. However, would like whatever was previously entered
in StatusHistory to remain there, so I can have a log of status such as the
following:
10/22/04 - Development complete.
10/2/04 - Design complete.
10/1/04 - Requirements analysis complete.
If anyone knows an easier way to go about this let me know.