I have the following code i got from another thread and modified it to be able to navigate through records. The first record of the table is loaded into the textbox, but will not navigate. Tested already with a combox and worked, so i'm sure there is data in the bindingsource.
Any help will be appreciated!Code:Me.BindingSource1.DataSource = MyData Me.BindingSource1.DataMember = "ParentTable" Me.BindingNavigator1.BindingSource = Me.BindingSource1 Me.TextEdit1.DataBindings.Add("Text", MyData, "ParentTable.ID")
2005




Reply With Quote