|
-
Mar 5th, 2015, 10:25 AM
#4
Re: Search for a string in an mdb column
On the DataTable, there is a DefaultView property, which contains a RowFilter property that you can set similar to a SQL WHERE clause.
http://stackoverflow.com/questions/5...ing-datasource
There is also this which takes a slightly longer route by skipping the devault view and creating a new one and assigning it to the DGV each time.
http://vb.net-informations.com/datag...dview_sort.htm
-tg
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|