Hello everyone.
I am hoping someone would help me with what I am trying to accomplish.
I have a tab control on a visual basic 6 form. Each tab contains a datagrid, Total ( 8 Datagrids)
On the first tab, I select equipment numbers from a combo box that get populated into the DataGrid. What I want to do is what ever equipment numbers (ex; 4 equipment numbers)I select to carry over to all the other grids automatically. I will storing two fk values in each table for each DataGrid including the very first DataGrid, which the basically the starting point. Also if I decide to delete an equipment number from the first DataGrid (First Tab) that equipment number should be deleted from all the other DataGrids including the table data source corresponding to each Data Grid. How do I accomplish this?
Any help will be greatly appreciated.
ParyGoal
I am hoping someone would help me with what I am trying to accomplish.
I have a tab control on a visual basic 6 form. Each tab contains a datagrid, Total ( 8 Datagrids)
On the first tab, I select equipment numbers from a combo box that get populated into the DataGrid. What I want to do is what ever equipment numbers (ex; 4 equipment numbers)I select to carry over to all the other grids automatically. I will storing two fk values in each table for each DataGrid including the very first DataGrid, which the basically the starting point. Also if I decide to delete an equipment number from the first DataGrid (First Tab) that equipment number should be deleted from all the other DataGrids including the table data source corresponding to each Data Grid. How do I accomplish this?
Any help will be greatly appreciated.
ParyGoal