I have a database for tasks, and there’s a field called “task completion forecast” where the person adds a date that corresponds to when they think they can finish the task. But many times we have to update this date, and I wanted to keep a track record of all the previous dates… the date field only allows me to have one date.
To what use will you put the information on previous date values?
If you want to see trends, then perhaps you don’t need a field that can store multiple dates, but can make use of a report view to see how the date value has changed over time?
For example, there ir a task and the person said: “I can do it by April 1st”. Then I add on the date field of the task: April 1st.
Then, on April 1st, I contacted them and they said: “Oh, I’m delayed, let’s put a new date, April 5th”. Then I changed the date field to April 5th.
And so on (I work with volunteers, so this happens sometimes).
In order to have an idea of how many times that date has been changed, and to which values, I would like to have a field (formula, maybe) that would show the history of the dates… Does that make sense?