I have a main form (frmHDA) that has a combo box pulling all HDAs (Home Delivery Agent), city and company information. The bound column is 1.
I have a subform (sfrmHDA) that includes information in more detail on each HDA. I wrote the query inside the subform to pull down all detailed information for forms!frmHDA!HDAs in the HDA field.
When I open the main form and select a Delivery Agent from the combo box, the subform does not update. I've tried writing code for the After Update (Me!sfrmHDA.Requery) but it does not work.
I would appreciate any help.
I have a subform (sfrmHDA) that includes information in more detail on each HDA. I wrote the query inside the subform to pull down all detailed information for forms!frmHDA!HDAs in the HDA field.
When I open the main form and select a Delivery Agent from the combo box, the subform does not update. I've tried writing code for the After Update (Me!sfrmHDA.Requery) but it does not work.
I would appreciate any help.