J
|
JColtro 11/12/2007 |
That idea contradicts the rules of modelling of data, because the details table should just repeat the field(s) that do part of the primary key of the main table. In the details table that field(s) represent the foreign key. I find easier to recover these data through a query using both tables instead of repeating the data in the details table. |