Thread
: [Solved]
Add 30 days based on another date
View Single Post
07-18-2022, 09:27 PM
mark99k
Windows 10
Office 2016
Novice
Join Date: Oct 2012
Location: California USA
Posts: 20
Assuming you've set the created date to a string, say, CreatedDate:
Code:
DateAdd("d", 30, CreatedDate)
returns the date 30 days in the future.
mark99k
View Public Profile
Find all posts by mark99k