【发布时间】:2016-07-26 15:48:27
【问题描述】:
我目前在 Access 2013 中工作。过去几天我有一个简单的任务让我发疯,因为我认为我的关系是正确的。但是当向数据库中添加更多数据时,我发现出现了一个大问题。
在数据库中,tblPersonal Information 和申请的 tblPosition 之间一切正常。我遇到的问题是尝试成功创建 tblPosition Applied for 和 tblOffer 之间的一对多关系
我正在努力做到这一点:
one person can apply to many positions (one to many)
one position that each person applies for can have one contingent offer (one to many) "the root of the problem that I am having"
他们是我需要添加的字段,还是创建另一个仅包含个人 ID 的表以链接 tblPosition Applied for 和 tblOffer?我真的很迷茫,任何帮助将不胜感激。
【问题讨论】:
标签: forms ms-access foreign-keys primary-key relationship