【发布时间】:2012-07-12 12:00:14
【问题描述】:
基本上我拥有的是一个Customer 表,其中包含有关我们客户的信息。此表中的字段之一是Customer.CustomerTypeID。
我还有一个CustomerType 表,它基本上是一个查找表。
我希望CustomerType.CustomerTypeName 字段填充我的组合框,然后当我去保存我的记录时,我希望CustomerType.CustomerTypeName 的CustomerType.CustomerTypeID 我选择在Customer.CustomerTypeID 字段中进行更新。
我是否过于复杂了?我是否应该更改它以便将CustomerName 存储在Customer 表中而不是ID?
提前致谢。
【问题讨论】:
标签: ms-access combobox lookup-tables