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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculating the year

Status
Not open for further replies.

Dilly

Technical User
Joined
May 28, 2001
Messages
41
Location
GB
Hi,
I am trying to create a query that will derive the year from todays date and date of birth.

i.e Todays Date - Date of Birth = Years (Single no)
 
Int(DateDiff ("d", "[DateOfBirth]", date())/365.25)

John


 
DateDiff('yyyy',[DateOfBirth],Date()) + (Format([DateOfBirth],'mmdd')>Format(Date(),'mmdd'))

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top