J
Jim Gudaitis
I figured out my own question. Below is the solution for
any who are interested:
Age: IIf(DatePart('y',[birthdate])<=DatePart('y',Date
()),DatePart('yyyy',Date())-DatePart('yyyy',
[BIRTHDATE]),DatePart('yyyy',Date())-1-DatePart('yyyy',
[BIRTHDATE]))
If you see a flaw, let me know.
Jim
any who are interested:
Age: IIf(DatePart('y',[birthdate])<=DatePart('y',Date
()),DatePart('yyyy',Date())-DatePart('yyyy',
[BIRTHDATE]),DatePart('yyyy',Date())-1-DatePart('yyyy',
[BIRTHDATE]))
If you see a flaw, let me know.
Jim