P
Paul
Hi
I have an access query but get the error missing operator in query expression,
Cast(string_column AS DateTime)
Here is the sql I have
SELECT column
FROM table
WHERE (Cast (string_column AS DateTime)= "3/10/2005";
Thanks--
Paul G
Software engineer.
I have an access query but get the error missing operator in query expression,
Cast(string_column AS DateTime)
Here is the sql I have
SELECT column
FROM table
WHERE (Cast (string_column AS DateTime)= "3/10/2005";
Thanks--
Paul G
Software engineer.