Filter a dataform

From: Aaron Moore (Moore_at_discussions.microsoft.com)
Date: 06/29/04


Date: Tue, 29 Jun 2004 06:24:02 -0700

Hello, I used the dataform wizard and made a nice looking data entry form in vb.net. I have added a search button to the page, and it works great. I am having a problem with a button that will allow me to filter the data that is in the form. I think I have to create a dataview from my dataset, filter the data and then return it to the dataset that is bound to the form somehow?? I dont really know. I have tried many things, and cant figure it out. The data has been loaded into a dataset, I want to pull out only records where a column = 1 and then display only that data in the form. How can I do this?? Any help would be great! Thank you,

Aaron Moore