I am building database to log the journeys a driver has to make in connection with a job.
My table has the fields "Job Title", "Job Start Date", "Job End Date"
It also has fields for "Date Day 1", "Destination Day 1", "Date Day 2", "Destination Day 2" etc
When I fill in the Job Start and end date I want "Date Day 1" to equal Job start date.
I then want "Date Day 2" to automatically be the next day, Day three the day after etc until the "Job End Date" is reached
How can I do this?