SidCharming
Technical User
I want to calculate the age of a patient based on their date of procedure (DOP) and date of birth (DOB). I used the command:
Format((DateDiff("d",[DOB],[DOP]))/365,"Fixed")
This is fine for giving me a value, but the value is not a numerical value and I can not perform my statistics against it. I am possitive I am overlooking something that converts it to numerical value so I can (sum, min, max, StDev) the values.
Sid from Minnesota
Format((DateDiff("d",[DOB],[DOP]))/365,"Fixed")
This is fine for giving me a value, but the value is not a numerical value and I can not perform my statistics against it. I am possitive I am overlooking something that converts it to numerical value so I can (sum, min, max, StDev) the values.
Sid from Minnesota