Binding Navigator Toolbar Not working
Hi All,
I'm currently working on a project which involves designing a front end GUI in Visual Studio express with the data being provided from the sample Northwind SQL database.
The problem is that I can get the Binding Navigator toolstrip (first/last record, add/delete record etc) to work on only one of my forms while it gives an error if I try and use it with any other form. The forms are the same except the data that they call upon and I have changed the code to take account of that.
When I copy code from the one form that does work and paste it in another, an error comes up under BindingSource and so while the form runs and executes, the toolbar won't work at all.
Any ideas or suggestions about solutions please?
Thanks,
Beeswax
This is the code from the form that does work:

