S
Scooter
One of my forms (surveys) asks for a DOB via the standard mo/dd/yyyy. When I
enter birth years prior to say 1948 it calculates it as a -# for example 1928
shows up as a -11 when calculating into actual age. This is my query string:
a=(DateDiff("d",[BI-3],Now()))/365
Is there cut off for the birth year and if so can changing the VBC fix this?
enter birth years prior to say 1948 it calculates it as a -# for example 1928
shows up as a -11 when calculating into actual age. This is my query string:
a=(DateDiff("d",[BI-3],Now()))/365
Is there cut off for the birth year and if so can changing the VBC fix this?