【发布时间】:2011-12-23 15:26:07
【问题描述】:
我有数据库 Paradox 7。 两张表:
Order
--------
OCode
ODate // Buy date
OCount // Product count
PPrice // Price of product in current moment
PCode // Product code
CCode //Client code
Product
---------
PCode
PName
PPrice
在 OrderTable(TTable) 上,我添加了查找字段 Product(relation PCode(Order)<->PCode(Product)),它返回 PName。当我选择DBGrid 字段中的产品Order.PPrice 商店Product.PPrice 时,我需要
P.S>对不起,我的英语不好。
【问题讨论】: