Hello,
I'm new to VB.NET (coming from Microsoft Access), so any help here is greatly appreciated!
I have a simple vb.net project with a form, dbSource, DataSet, BindingSource and TableAdapter.
Project uses a Microsoft Access db with a 4 tables; tblJobs with a 1:M relationship with tblDelivery, tblJobSales and tblJobCharges.
On the form there is the Job information and a Tab Control with 3 tab pages for related data on the tblDelivery(1st Tab), tblJobSales(2nd Tab) and tblJobCharges(3rd Tab).
Each tab page has a DataGridView.
When I run the form the DataGridView in the first tab is populated with data no problem.
The problem is when I click on tab page 2 and tab page 3 the DataGridView does not show up.
Basically trying to duplicate a Microsoft Access form (Main Form with 3 subforms in a tab control).
Thanks,
Steve
I'm new to VB.NET (coming from Microsoft Access), so any help here is greatly appreciated!
I have a simple vb.net project with a form, dbSource, DataSet, BindingSource and TableAdapter.
Project uses a Microsoft Access db with a 4 tables; tblJobs with a 1:M relationship with tblDelivery, tblJobSales and tblJobCharges.
On the form there is the Job information and a Tab Control with 3 tab pages for related data on the tblDelivery(1st Tab), tblJobSales(2nd Tab) and tblJobCharges(3rd Tab).
Each tab page has a DataGridView.
When I run the form the DataGridView in the first tab is populated with data no problem.
The problem is when I click on tab page 2 and tab page 3 the DataGridView does not show up.
Basically trying to duplicate a Microsoft Access form (Main Form with 3 subforms in a tab control).
Thanks,
Steve