J
JoeP
In Access 2003 I have a calculated field in a query that is converting a
string of numbers into a date format. The formula for doing this is...
TscDate:
DateSerial(Left([DateInput],4),Mid([DateInput],5,2),Right([DateInput],2)).
The formula works fine but when I enter criteria for the calculated field
(criteria example Between #2010/01/01# and #2010/01/31 I receive a Data Type
Mismatch in Criteria Expression. I am stumped about what I am doing wrong.
Any help would be appreciated. Thanks.
JoeP
string of numbers into a date format. The formula for doing this is...
TscDate:
DateSerial(Left([DateInput],4),Mid([DateInput],5,2),Right([DateInput],2)).
The formula works fine but when I enter criteria for the calculated field
(criteria example Between #2010/01/01# and #2010/01/31 I receive a Data Type
Mismatch in Criteria Expression. I am stumped about what I am doing wrong.
Any help would be appreciated. Thanks.
JoeP