Access noob here 
I have a form for worker timesheet information, with a continuous subform for entering days worked in a specific period. The subform has a period start date and a period end date, both currently manually entered. Most, but not all of the time, the period start will be a Monday and the period end will be the following Sunday. I would like for period end to automatically set to 6 days following the period start, but to be able to manually overwrite this (for some workers it's 1st of the month until the last day of the month).
Even better would be if, once the period start has been set on one row, it not only fills in period end to be 6 days later, but also sets the next row to be the start of the following week (again with the option to overwrite this, ideally). Is this possible, and if so, how would I go about it? I have played around a little bit with DateAdd() but not found a way to make this work yet. Any ideas would be most appreciated.

I have a form for worker timesheet information, with a continuous subform for entering days worked in a specific period. The subform has a period start date and a period end date, both currently manually entered. Most, but not all of the time, the period start will be a Monday and the period end will be the following Sunday. I would like for period end to automatically set to 6 days following the period start, but to be able to manually overwrite this (for some workers it's 1st of the month until the last day of the month).
Even better would be if, once the period start has been set on one row, it not only fills in period end to be 6 days later, but also sets the next row to be the start of the following week (again with the option to overwrite this, ideally). Is this possible, and if so, how would I go about it? I have played around a little bit with DateAdd() but not found a way to make this work yet. Any ideas would be most appreciated.