G
Guest
I have a combo box and two text boxes (in Form)
The combo box and the two text boxes are independent of each other
Mission: when i change the combo box, i want the two text boxes changes
according to my selection in the combo box
The source in the combo box is same as the source of text boxes
But the text boxes have different table which bound them
Take a look:
Table ==> Customer Details
Field = Customer Name (source for invoice Customer Name combo box)
= Address
= Country
Table ==> Invoice
Field (form view) = Customer Name (combo box)
= Address (text box)
= Country (text box)
Focus : when i change the Customer Name (combo box), i want the address and
country text boxes to change automatically.
The condition is:
Value in these text boxes (Invoice Table) must be the same as the table
Customer Details' address and country
Reminder : Please do not tell me to refer to Northwind or try combo box
wizard because i have already tried and failed. My Invoice page is main page
and i cannot afford to redo everything cause this take months to redo.
The combo box and the two text boxes are independent of each other
Mission: when i change the combo box, i want the two text boxes changes
according to my selection in the combo box
The source in the combo box is same as the source of text boxes
But the text boxes have different table which bound them
Take a look:
Table ==> Customer Details
Field = Customer Name (source for invoice Customer Name combo box)
= Address
= Country
Table ==> Invoice
Field (form view) = Customer Name (combo box)
= Address (text box)
= Country (text box)
Focus : when i change the Customer Name (combo box), i want the address and
country text boxes to change automatically.
The condition is:
Value in these text boxes (Invoice Table) must be the same as the table
Customer Details' address and country
Reminder : Please do not tell me to refer to Northwind or try combo box
wizard because i have already tried and failed. My Invoice page is main page
and i cannot afford to redo everything cause this take months to redo.