pbPassingBI
/

Give an expression to add 4 months to the date 014-03-12?

beginner
Answer

DATEADD('month', 3, #2014-03-12#) = 2004-07-15 12:00:00 AM

Related questions