J
JamesB
My access database stopped calculating the age of people for some reason.
When it calculates, it shows the correct age (say 40) but in the format of
1940. I am using the difference of the last time the person took a test vs.
their date of birth. the code being used is:
=DateDiff("yyyy",[text125],[Date])
even if I change yyyy to yy it still generates a 4 digit age. I have also
looked at the input mask and no matter what changes I make to it it does not
change the output. the input mask is as follows:
99/99/0000;0;_
Any help would be appreciated as our frustration level is running high with
this problem!!!!
When it calculates, it shows the correct age (say 40) but in the format of
1940. I am using the difference of the last time the person took a test vs.
their date of birth. the code being used is:
=DateDiff("yyyy",[text125],[Date])
even if I change yyyy to yy it still generates a 4 digit age. I have also
looked at the input mask and no matter what changes I make to it it does not
change the output. the input mask is as follows:
99/99/0000;0;_
Any help would be appreciated as our frustration level is running high with
this problem!!!!