I am connect to Access 2000 via ADODC and am trying to filter my data according to a "date" field. This field is actually a "date/time" field, but only displays dates like 9/26/2001 in the table.
I'm not sure why this does not work--and what I need to do to fix it.
select date from (tablename)
where date = '9/26/2001'
I'm not sure why this does not work--and what I need to do to fix it.
select date from (tablename)
where date = '9/26/2001'