J
jazdwit07
hi, is there an expression i can use in peoplesoft query to return the
exact age of person using the Birthdate field? thanks.
exact age of person using the Birthdate field? thanks.
hi, is there an expression i can use in peoplesoft query to return the
exact age of person using the Birthdate field? thanks.
sorry, wrong group. Thanks for the info, however. It will help forRick said:Not sure about peoplesoft, but the formula to calculate age in an ACCESS
query (the topic of this newsgroup) is:
DateDiff("yyyy",[Birthdate],Date())+(Format([Birthdate],"mmdd")>Format(Date(),"mmdd"))
--
Rick B
hi, is there an expression i can use in peoplesoft query to return the
exact age of person using the Birthdate field? thanks.