Hi All,
It's being quite some time since my last question here and I'm seeking all professional's assistance here.
I'm building a Medical App that requires the Patient's age.
What is required from the Patient to enter is just his Sex and Date of Birth, the age will be calculated automatically using Todays Data and the Birthday Data input from the Calendar
This is how the screen looks like:
The Age number is actually the main information required for the app, so this file will be hidden from the user anyway.
Any suggestions on how to calculate the Age of a Patient?
I've tried this: DateDiff(Today(),userbirthdate.SelectedDate)
but I got the difference in days