I currently use a spreadsheet to keep a record of progress in tasks. This means the number of columns keeps increasing as the periodic updates need to be kept. I assume a database would be better for this and then I could pull up the records and have all the updates or just the latest ones based on date. I could also pull up a table of all the tasks etc.
The spreadsheet columns would be like this;
Task, Description, required by, completed date, completed comment, update 1 date, update 1 comment, update 2 date, update 2 comment,…, update 199 date, update 199 comment, etc as the updates are added.
Ideally I’d like to have an entry form where I can select the task and add the update by date and the comment. Then be able to call up the record as all updates or just the most recent or export all the tasks to a table / spread sheet if required.
If this is possible I am struggling to come up with the correct terms to google to find out how to do it. If anyone could either tell me it’s not possible or point me in the right direction that would be very helpful.