G
Guest
I have an Access database which has one table called Employee. When I display
all the records of the table in a datagrid, everything is fine. However when
I put the WHERE clause for a a Join_Date field (which is Date/Time field) the
the records are not filtered as if there is no WHERE clause:
This is the sql statement I am using:
select fname, lname, Join_Date from employee where join_date > 1/1/2005
What wrong am I doing ?
all the records of the table in a datagrid, everything is fine. However when
I put the WHERE clause for a a Join_Date field (which is Date/Time field) the
the records are not filtered as if there is no WHERE clause:
This is the sql statement I am using:
select fname, lname, Join_Date from employee where join_date > 1/1/2005
What wrong am I doing ?