J
Jano
I have added a custom field on contacts which calcs age using this
formula found:
IIf([Birthday]<>"None",DateDiff("yyyy",[Birthday],Date())-IIf(DateDiff("d",CDate(Month([Birthday])
& "/" & Day([Birthday]) & "/" & Year(Date())),Date())<0,1,0),"")
Formula was found on:
http://www.outlook-tips.net/howto/age_form.htm
I see a recurring event on the birthday in the Calenday which says:
Contact Name's Birthday
Cool!
Is there any way to do this:
Contact Name's Birthday (Age)
Using the custom field Age in the contact item?
Thanks!!
formula found:
IIf([Birthday]<>"None",DateDiff("yyyy",[Birthday],Date())-IIf(DateDiff("d",CDate(Month([Birthday])
& "/" & Day([Birthday]) & "/" & Year(Date())),Date())<0,1,0),"")
Formula was found on:
http://www.outlook-tips.net/howto/age_form.htm
I see a recurring event on the birthday in the Calenday which says:
Contact Name's Birthday
Cool!
Is there any way to do this:
Contact Name's Birthday (Age)
Using the custom field Age in the contact item?
Thanks!!