Running Query on/with Binded Controls
IDE: Visual Studio 2005
Code language: Vb.Net
Hello all,
I would like to know how you would run a query on a binded source.
I have a form which has all its controls binded to an access database table.
(I took a table in "detail" view out of the data sources window and dropped it onto the form)
Now that all the controls are binded to specific columns I would like enable users to run queries on the binded data. Either specifying the requirements for one or multiple columns.
I'm assuming I will just run a select statement on the current dataset used for binding. However, if I did it that way how would I make the controls update to display the new data? Or would it do it automatically once the dataset changes.
Regardless, what do you think would be the easiest and most proficient way of achieving this?
Hope that made sense
Thanks.

