Page 1 of 1

Using VB.Net Code To Filter Records

Posted: Fri Sep 02, 2011 2:44 pm
by James Wong
I want to select records having the following criteria: Invoice Date >= January 1, 2011 and Invoice Date <= June 30, 2011 and City = "Vancouver". How would I code this using VB.Net?


Thanks.



Using VB.Net Code To Filter Records

Posted: Mon Sep 05, 2011 4:26 am
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question.
You can use this criteria in your query or uses Filters in databand.

Thank you.