Hi Guys,
Here is my question. I have two tables A and B:
Table A (mht_nbr, act_seq_nbr) and
Table B (mht_nbr, act_seq_nbr, src_cde)
In table B all three fields are primary keys.
I want to have a constraint on field act_seq_nbr in Table A:
any value of this field must come from the values of the field act_seq_nbr in Table B.
Thanks in advance for your help!
Peter
Here is my question. I have two tables A and B:
Table A (mht_nbr, act_seq_nbr) and
Table B (mht_nbr, act_seq_nbr, src_cde)
In table B all three fields are primary keys.
I want to have a constraint on field act_seq_nbr in Table A:
any value of this field must come from the values of the field act_seq_nbr in Table B.
Thanks in advance for your help!
Peter