Thanks, friends. I'll try to use yours advice.
I'm pleased to be the first woman in this forum
Hi-Hi-Hi
Search found 3 matches
- 30.07.2007, 04:05
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with Multiple Foreign Key
- Replies: 5
- Views: 1600
- 27.07.2007, 10:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with Multiple Foreign Key
- Replies: 5
- Views: 1600
Hi, Rüdiger. Relations in this database are: table Farm -> one to many table GrainInf table GrainInf -> one to one table QualityGrain. all keys from GrainInf pass to table QualityGrain automatically. And I need create relation master-detail between: idGrainInf farm_idFarm and GrainInf_idGrainInf Gra...
- 27.07.2007, 03:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with Multiple Foreign Key
- Replies: 5
- Views: 1600
Problem with Multiple Foreign Key
Hi, friends. I have a little problem. Please, tell me "how can I create master-detail relation beetwen 2 tables with multiple foreign key". ______________________________ |table Farm: |idFarm |... |______________________________ |table GrainInf: |idGrainInf (PK) |farm_idFarm (FK) |... |___...