Hiiii how is every one !
My problem is related to comboxes
I have a form which has data based on query, one of the controls is a combo box (productID) ... when i select the productID from the combobox I want it to renew the rest of the controls so that it is linked to the same record
example:
I have this table called product, which has the following data
product ID productName
1 ABC
2 XYZ
When I select productID = 2 , i want the field called ProductName to change automatically to the XYZ, but it does not change!!
BTW, this is just an example of my problem, & i don't want to change only one field (productName), i have a couple of other fields i want to chane (qty, orderQty, etc)
I think it is simple but i don't know how to do it???
Thanks in advance
My problem is related to comboxes
I have a form which has data based on query, one of the controls is a combo box (productID) ... when i select the productID from the combobox I want it to renew the rest of the controls so that it is linked to the same record
example:
I have this table called product, which has the following data
product ID productName
1 ABC
2 XYZ
When I select productID = 2 , i want the field called ProductName to change automatically to the XYZ, but it does not change!!
BTW, this is just an example of my problem, & i don't want to change only one field (productName), i have a couple of other fields i want to chane (qty, orderQty, etc)
I think it is simple but i don't know how to do it???
Thanks in advance