Hello Everyone.
This is what I am trying to accomplish. I am hoping some one could direct me to an example that uses the same concept.
I have tabbed form built in visual basic form. Each tab contais information regarding a child table (Detail Info). I have a total of 8 tabbs. Thus 8 child tables. In access it was easy representing the data model through subforms, where is subform record is linkes to the parent table through a key.
I heard you could use Shape object to accomplish the same thing in Visual Basic, but the examples I found on microsoft site deal with one parent table and one child table.
Can anyone help me with this please?
I want the user to be able to select a record from a combo box, which represents the parent table, and based on the selection my tabbbed form opens and populate the tabs with the corresponding information. And ultimately edit the child records and that form with add, edit and delete buttons.
Thank you
ParyGoal
This is what I am trying to accomplish. I am hoping some one could direct me to an example that uses the same concept.
I have tabbed form built in visual basic form. Each tab contais information regarding a child table (Detail Info). I have a total of 8 tabbs. Thus 8 child tables. In access it was easy representing the data model through subforms, where is subform record is linkes to the parent table through a key.
I heard you could use Shape object to accomplish the same thing in Visual Basic, but the examples I found on microsoft site deal with one parent table and one child table.
Can anyone help me with this please?
I want the user to be able to select a record from a combo box, which represents the parent table, and based on the selection my tabbbed form opens and populate the tabs with the corresponding information. And ultimately edit the child records and that form with add, edit and delete buttons.
Thank you
ParyGoal