How to filter Date field using DataView.RowFilter
Hi All,
I have a table in access with data -let's say- like this :
Name Birthdate
AAA 12/03/2000
BBB 04/01/2001
CCC 22/05/1985
DDD 30/03/1991
EEE 04/04/1972
FFF 19/03/1980
I want to show all the persons who was norn in March (03).
How to discribe a string for DataView.RowFilter ?
DataView.RowFilter = ???????????????
Can anybody help me please ?
Thanks in advand.
Juliando
|