Hi there 
I have 3 tables:
Table 1: Table 2: Table 3:
ID Type ID Doc ID Prod
------------- ------------ ------------
1 Doc 1 Doc1 1 Prod1
2 Prod 2 Doc2 2 Prod2
3 Doc3 3 Prod3
Table 4:
ID Type Subject
---------------------
In table 4 Im using table 2 to get the 'type' and regarding of what type im choosing, in 'subject' i need to get the data from either Table2 OR Table3. Both 'Type' and 'Subject' should be comboboxes.
I need table4 to store the data in.
Hope anyone can help me. thx alot
- Claus
I have 3 tables:
Table 1: Table 2: Table 3:
ID Type ID Doc ID Prod
------------- ------------ ------------
1 Doc 1 Doc1 1 Prod1
2 Prod 2 Doc2 2 Prod2
3 Doc3 3 Prod3
Table 4:
ID Type Subject
---------------------
In table 4 Im using table 2 to get the 'type' and regarding of what type im choosing, in 'subject' i need to get the data from either Table2 OR Table3. Both 'Type' and 'Subject' should be comboboxes.
I need table4 to store the data in.
Hope anyone can help me. thx alot
- Claus