Hello
I have combo box. Its values are from a query. No I want that after updating value of combo the value of text box will change. For example
1. I have a table named table_bill containing Item & Description field
2. In a form name form_bill containing one combo box. Values of this combo box is items of table table_bill.
3. Now I want that when I change the value of combo box automatically value of text filed Description will change. And the value will be corresponding description of item from table_bill
Plz Help me