I want to display fields from two database tables (tblMain and tblOptions) on a form and have one binding navigator. The tables I am showing are related 1:1 in my database.
To build my form, I am dragging and dropping controls from the data source window onto my form. I am starting with tblMain. This creates my tableAdapter and binding source object. It also creates the binding Navigator. This is easy enough and my form works perfectly.
The problem is after I add fields from tblOptions, my binding navigator does not work for the fields from tblOptions.
To build my form, I am dragging and dropping controls from the data source window onto my form. I am starting with tblMain. This creates my tableAdapter and binding source object. It also creates the binding Navigator. This is easy enough and my form works perfectly.
The problem is after I add fields from tblOptions, my binding navigator does not work for the fields from tblOptions.