Hi @Digital Hunter,
I have Assigned
"If( Month(GetAppoinmentById.List.Current.Appoinment.Birthdate)
Year(CurrDate())-Year(GetAppoinmentById.List.Current.Appoinment.Birthdate) - 1,
If( Month(GetAppoinmentById.List.Current.Appoinment.Birthdate)=Month(CurrDate()) and Day(CurrDate())
Year(CurrDate())-Year(GetAppoinmentById.List.Current.Appoinment.Birthdate) - 1,
Year(CurrDate())-Year(GetAppoinmentById.List.Current.Appoinment.Birthdate)))"
this to the "GetAppoinmentById.List.Current.Appoinment.Age" on the OnChange Event of datepicker.
And It seems to be working fine now.
I Hope this helps. I am also attaching the Solution's zipped OML for your reference, Since the OML file was large and couldn't be uploaded here.
Also I have Dragged the DatePicker Field Above the Age field, since It's getting auto-populated depending on the datepicker, So its better to put it after.
Thank You!!
