you could create and expression for date field
iif([start date] = date() > 7,[start date], [start date] = dateadd ("d",7,[start date]))
this says if start date is greater than 7 days form today then do nothing else add 7 days to start date.
Is thiss what you where after.
Ash