I find when I populate a text type field with a date such as "11/28/1946", I can use the following function in my Query to calculate age => DateDiff("y",[BirthDate],Date())\365.25 But the problem is when I place an input mask on my BirthDate, text type field, I get a bogus return.
I'm sure there is a simple fix beyond my knowledge?
I'm sure there is a simple fix beyond my knowledge?