Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
Is there an expression that will put me the current date -1 year into a variable?
Thank you for your help!
Jan
Let vLastYear = Date(AddYears(Today(),-1))
Let vLastYear = Date(AddYears(Today(),-1))
Thank you!