Forum Discussion
MCFNeil
9 years agoQrew Captain
Because you are dealing with a date time, and QuickBase doesn't have an "AdjustWeek" formula. You can add the number of hours in a week.
24 hours x 7 days = 168 hours.
And you can use the "Now()" option to use the current date / time.
Combine that to be
"Now()+Hours(168)"
So you can change you fid_13 line to be
24 hours x 7 days = 168 hours.
And you can use the "Now()" option to use the current date / time.
Combine that to be
"Now()+Hours(168)"
So you can change you fid_13 line to be
"&_fid_13="&(Now()+Hours(168))&