我实际上有一个 Access 数据库,其中有一个名为“tblfreight”的表,并且有两列(项目和价格)
我想在选择商品时自动显示价格。
有两个文本框:“txtitems”和“txtprice”
我想变成这样......
If txtitems.text = select from tblfreight and column items Then
txtprice.text = select from tblfreight and column Price
Else txtprice.text=0 (Zero)