Firstly, open the Table in DesginView and *make sure* it is a DateTime
Field. Quite often, when you pull data from other database engine, the data
may look like date/time but can be stored as Text.
If the Field is a DateTime Field, use either Cheryl or my SQL String.
Adjust the Table name and Field name to suit your Table.
Perhaps mine is a bit more efficient and safer. My SQL String simply set
the time component to zero while Cheryl's SQL actually converts the DateTime
to Text (without the text for time) and then relies on JET to type-cast the
Text back to date correctly.
(Sorry Cheryl)
Note that DateTime Field ALWAYS has the time-component. If you only set the
date, the time component is 0.0 = 00:00:00 in time notation.
If you don't want to display the time component, you can simply set
appropriate format where you display the DateTime Field values.