M
metallon123
Guest
Dear vb.net experts,
I got the following code trying to filter on month.
there is no error, the code runs fine but the datatable is not really filtered.
What do I do wrong?
Orders.Select(“orderdate'” & monthsfilter(“MM”) & "’ ").CopyToDataTable
Bye
Phil
Continue reading...
I got the following code trying to filter on month.
there is no error, the code runs fine but the datatable is not really filtered.
What do I do wrong?
Orders.Select(“orderdate'” & monthsfilter(“MM”) & "’ ").CopyToDataTable
Bye
Phil
Continue reading...