Hello Everyone,
I have what I think is a simple question concerning DateDiff. I have a form that I have the difference based on a incident date and date of birth to calculate someones age at the time of the incident. Everything works great except that I'm getting a negative number for the age. Here's the code.
Thank you.
I have what I think is a simple question concerning DateDiff. I have a form that I have the difference based on a incident date and date of birth to calculate someones age at the time of the incident. Everything works great except that I'm getting a negative number for the age. Here's the code.
Code:
=DateDiff("yyyy",[DateofIncident],[DOB])
Comment