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!

Date Difference

Status
Not open for further replies.

d44

MIS
May 30, 2002
17
GB
I am looking to use the date difference function(or similar) to calculate an employee's retiral date by using their Date of Birth and by using the age when they would retire. i.e. 65.

Thanks
 
You need the dateadd() function to do this.

Dateadd("y",65,{DateOfBirth}) will give you when they turn 65.

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top