Hi,
i want to combine the data fields from two different tables into third table.
Eg:
Table1
----------
ID | Name
----------
T1 | A
|
|
Table2
------------
ID | Name
------------
T_1 | XY
T_2 | CB
|
Table3
----------------
ID | Name
----------------
T100 | A
T1T_1 | A & XY
T1T_2 | A & CB
T_100 | XY
T_200 | CB
whenever there is any entry into any of 1st and 2nd table then that entry should be done into the respective ( 1st/2nd) table's and also it should be entered into the third table along with all the possible combinations with each other into the third table...
i want to do this using vb.net and ms access database...
pls help me on this...
i want to combine the data fields from two different tables into third table.
Eg:
Table1
----------
ID | Name
----------
T1 | A
|
|
Table2
------------
ID | Name
------------
T_1 | XY
T_2 | CB
|
Table3
----------------
ID | Name
----------------
T100 | A
T1T_1 | A & XY
T1T_2 | A & CB
T_100 | XY
T_200 | CB
whenever there is any entry into any of 1st and 2nd table then that entry should be done into the respective ( 1st/2nd) table's and also it should be entered into the third table along with all the possible combinations with each other into the third table...
i want to do this using vb.net and ms access database...
pls help me on this...