View Single Post
 
Old 07-18-2022, 09:27 PM
mark99k's Avatar
mark99k mark99k is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2012
Location: California USA
Posts: 20
mark99k is on a distinguished road
Default

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.
Reply With Quote