D
Daniel Malek
Hi
I have a table , called Table1 with following fields :
A Partial Primary Key
B Partial Primary Key
C
D
Also my Table2 holds these fields :
V
G
I must add to Table2, fields A and B as foriegn keys to Table1, In a way
that they show me the same values I have in each row (A,B) , I get them in my
Table 2 also the same combination of (A,B).
I tried using a lookup table , it shows two fields, but it only stores one.
Could you please tell me what is the best solution ?
Thanks
Daneil
I have a table , called Table1 with following fields :
A Partial Primary Key
B Partial Primary Key
C
D
Also my Table2 holds these fields :
V
G
I must add to Table2, fields A and B as foriegn keys to Table1, In a way
that they show me the same values I have in each row (A,B) , I get them in my
Table 2 also the same combination of (A,B).
I tried using a lookup table , it shows two fields, but it only stores one.
Could you please tell me what is the best solution ?
Thanks
Daneil