I actually have a Access database where i have a table called "tblfreight" and two column is there (items and Price)
And I want to auto show the Price when I choose Items.
There is two Textbox: "txtitems" and "txtprice"
I want to be like this....
If txtitems.text = select from tblfreight and column items Then
txtprice.text = select from tblfreight and column Price
Else txtprice.text=0 (Zero)
Kindly Help me.......... My Email : mnj.samal@gmail.com
It is in another window.
I want to auto show the txtprice.text when I choose txtitems.text
And I want to auto show the Price when I choose Items.
There is two Textbox: "txtitems" and "txtprice"
I want to be like this....
If txtitems.text = select from tblfreight and column items Then
txtprice.text = select from tblfreight and column Price
Else txtprice.text=0 (Zero)
Kindly Help me.......... My Email : mnj.samal@gmail.com
It is in another window.
I want to auto show the txtprice.text when I choose txtitems.text