I'm developing my first app in VS 2005 (previous experience is in VB 6). I'm making a simple form that has a DataGridView with a BindingNavigator. All the bindings are setup in design. My question is, am I able to filter the DataGridView using a SQL statement?
I only have 1 table I'm reading from. In the BindingNavigator I made a quick search by putting a dropdown box with all the fields, then a textbox and search button. The user would chooses the field and enters what to search in the textbox. So basically I'm creating a SQL string from those two criteria, but need to know where to add that into my code.
I'm still pretty new to the DB Access controls for vb.net, so my knoledge with the DataSet, BidingSource, and TableAdaptors is very basic. Does anyone have a link to a tutorial that explains these well?
I only have 1 table I'm reading from. In the BindingNavigator I made a quick search by putting a dropdown box with all the fields, then a textbox and search button. The user would chooses the field and enters what to search in the textbox. So basically I'm creating a SQL string from those two criteria, but need to know where to add that into my code.
I'm still pretty new to the DB Access controls for vb.net, so my knoledge with the DataSet, BidingSource, and TableAdaptors is very basic. Does anyone have a link to a tutorial that explains these well?