Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Previous Year 1

Status
Not open for further replies.

lewes

Technical User
Apr 7, 2008
14
GB
Hi, Help would be appreciated.

Using CR 9 is there a function I can put in a formula which means it calculates the date a year before? For example, if todays date is 09/04/08, I want the formula to produce 09/04/07.

Thanks
 
You could use:

dateadd("yyyy",-1,{table.date})

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top