having another problem,
In the items form, I have the ItemsAdaptor, ItemsConnection and ItemsDataSet
and have this code for searching
I can only assume it works, but how to I update the current record to reflect the change?Code:Dim filter As String = String.Format("Title Like '{0}*'", txt_search.Text) Me.ItemsDataSet.Tables("Items").DefaultView.RowFilter = filter
thanks again.




Reply With Quote