L
LDD
Hi Folks
I'm trying to run a query against a DateTime field in a table.
This DateTime field does contain some NULL values.
When I run the query I get a Data type mismatch error. I've tested it
against another field that doesn't contain any NULL values and it works
fine.
Anyone know how to get around this problem?
statement:
select dtField1 from table
where dtField1 = "18/05/2005"
error: Data Type Mismatch in criteria expression
thanks folks
LDD
I'm trying to run a query against a DateTime field in a table.
This DateTime field does contain some NULL values.
When I run the query I get a Data type mismatch error. I've tested it
against another field that doesn't contain any NULL values and it works
fine.
Anyone know how to get around this problem?
statement:
select dtField1 from table
where dtField1 = "18/05/2005"
error: Data Type Mismatch in criteria expression
thanks folks
LDD