私は実際に「tblfreight」というテーブルがあり、そこに2つの列(アイテムと価格)があるAccessデータベースを持っています
また、アイテムを選択したときに価格を自動表示したいと考えています。
「txtitems」と「txtprice」の 2 つのテキスト ボックスがあります。
こうなりたい……。
If txtitems.text = select from tblfreight and column items Then
txtprice.text = select from tblfreight and column Price
Else txtprice.text=0 (Zero)