I have a table(a) with 2 fields: 1.code-2.description (yes no duplicates and primary keys, both of them)
another table(b) with three fields: 1.name (and the above 2 fields)
i have create a relationship one-to-many between table(a) and table(b) so as if table(a) has code=2450 and description whiskey, table(b) does not accept 2450 orange.(orange has code 2460 in table(a)
but the above does not work and table(b) accept it.
How can i fix it?
Kind regards
another table(b) with three fields: 1.name (and the above 2 fields)
i have create a relationship one-to-many between table(a) and table(b) so as if table(a) has code=2450 and description whiskey, table(b) does not accept 2450 orange.(orange has code 2460 in table(a)
but the above does not work and table(b) accept it.
How can i fix it?
Kind regards
Comment