我在 Access 中有一个类似于此的表:
ProductID - ClientID - ProductName - Description
118 - 5 - Full Search - xxxx
35 - 2 - Update - xxxx
105 - 7 - O & E - xxxx
我希望能够调用 ProductID 并让它返回 ProductName 字段。
ProductID = Forms!Orders.Product.Value()
有什么帮助吗?