D
Dave Cullen
I have a table column defined as text data, formatted as dates in the
form "MM/DD/YYYY". I need to query this table for records of date range.
The results I get do not match my criteria. For instance if I ask for >
01/01/2005 I get back records from 2002.
I've tried creating a calculated column using CDate and get the same
results when setting criteria on that. I've also used the # sign
delimiters with no difference.
Help please.
form "MM/DD/YYYY". I need to query this table for records of date range.
The results I get do not match my criteria. For instance if I ask for >
01/01/2005 I get back records from 2002.
I've tried creating a calculated column using CDate and get the same
results when setting criteria on that. I've also used the # sign
delimiters with no difference.
Help please.