I have a terminationDate field and obviously it will be null for some records, however access is putting in 1899/12/31 for the null records?
Below is my query
FormattedDate: Format([terminationDate], "yyyy/mm/dd")
I have a terminationDate field and obviously it will be null for some records, however access is putting in 1899/12/31 for the null records?
Below is my query
FormattedDate: Format([terminationDate], "yyyy/mm/dd")