Hengameh75
Programmer
I have a main form that is Form2 and a subform that is called subformSystemIssue and other subform that is called SubformSystemAction. Form2 is parent of my subformSystemIssue and subformSystemIssue is the parent Of my subformSystemAction.
I have a product combobox on my form2(Main) that when I change it there is a text field on form2 and will be change and shows the ProductfamilyID related to that product.And on the SubformSystemAction I have a combobox which is showing the list of corrective actions and I want to show just the corrective Action for ProductFamilyID#x that I select in my first combo box on main form. I have all the connection and is working for the first time that I open my form. when I change the value in product combobox I have to re-open the form to see the refresh combo box for corrective action or press f9. I tried Forms.Form2.subformSystemIssue.Form.subformSystemAction.Form.CorrectiveAction.Requery for text field that it shows productfamilyID in afterUpdate event on the main form and still I have same problem. is there any comments?
I have a product combobox on my form2(Main) that when I change it there is a text field on form2 and will be change and shows the ProductfamilyID related to that product.And on the SubformSystemAction I have a combobox which is showing the list of corrective actions and I want to show just the corrective Action for ProductFamilyID#x that I select in my first combo box on main form. I have all the connection and is working for the first time that I open my form. when I change the value in product combobox I have to re-open the form to see the refresh combo box for corrective action or press f9. I tried Forms.Form2.subformSystemIssue.Form.subformSystemAction.Form.CorrectiveAction.Requery for text field that it shows productfamilyID in afterUpdate event on the main form and still I have same problem. is there any comments?