Hi All,
Please help !!!
I have a set data (Access) like this :
Name BirthDate
AAAAA 12/03/1975
BBBBB 25/03/1985
CCCCC 02/04/1988
DDDDD 11/05/1989
EEEEEE 22/03/1991
I want to select/filter the peoples who born -let's say- in Mar (03).
How to use DataView.RowFilter to filter them ?
I mean, how to discribe it ? DataView.RowFilter = ??????
Rgds,
Juliando
Please help !!!
I have a set data (Access) like this :
Name BirthDate
AAAAA 12/03/1975
BBBBB 25/03/1985
CCCCC 02/04/1988
DDDDD 11/05/1989
EEEEEE 22/03/1991
I want to select/filter the peoples who born -let's say- in Mar (03).
How to use DataView.RowFilter to filter them ?
I mean, how to discribe it ? DataView.RowFilter = ??????
Rgds,
Juliando