Scrolling on a form using Navigator Buttons

pierrewhy

Member
Joined
Oct 4, 2005
Messages
14
Programming Experience
5-10
I have a form in VB Express that contain many TextBoxes from 3 different tables from the same DataSet.
When I use the navigator button, only the data from the first table will get displayed.
The other TextBoxes stay on the first record of their table.

Only my first Table has a BindingNavigator.
How do I combine the other tables to the same BindingNavigator without having a navigator bar for each DataSource..

Thank you,
Pierre
progress.gif
 
Back
Top