i am having trouble filtering datatable
how can i do this WHERE theDate BETWEEN #1.1.2000# AND #1.1.2002#
this work
TestBindingSource.Filter = "theDate=#1.1.2000#";
Best regards Hlynur
how can i do this WHERE theDate BETWEEN #1.1.2000# AND #1.1.2002#
this work
TestBindingSource.Filter = "theDate=#1.1.2000#";
Best regards Hlynur