Which one are you using? MS ActiveX Datetime Picker? Activate Window Calendar? Something else?
The question is a two part question, lets assume you have a date in ldFilterdate, then filtering data with it can be done by
SET FILTER TO Field = m.ldFilterdate
or
SELECT * from table where Field = m.ldFilterdate
and many more ways, eg using BETWEEN SQL Clause, BETWEEN() function...
Bye, Olaf.