Val
Thu Apr 28 19:51:11 CDT 2005
Hi,
You need to wrap dates into # (and you did it already), but I believe you
need to pass them in a different format - it either mm/dd/yyyy format or
format defined in a regional settings of your PC.
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"Joe" <J_no_spam@_no_spam_Fishinbrain.com> wrote in message
news:%23903vVBTFHA.2336@TK2MSFTNGP12.phx.gbl...
> I'm trying to set the RowFilter = "MyDateTimeColumn in ('2005-02-21')" but
> it returns 0 rows. I know the row is there. If change the RowFilter to
> RowFilter = "MyDateTimeColumn not in (all the other dates but 2005-02-21)
> it
> returns the rows.
>
> Any suggestions?
>
>