I realise this question has been asked before but the answer haven't been able to figure it out.
I have a form with a single combobox "Contact_Type" that is populated form a contact type table. The form also has a subform "Clients_Subform" that is to list all the clients with a particular contact type. Now my combobox defaults to the first contact type and the subform lists those clients.
Two problems
One: When I default the combo box to the second contact type the subform list still gets populated with the clients from the first contact type.
Two:When I select a new contact type from the combobox nothing gets updated. For this I have tried new events in the afterupdate
1 Me.Requery
2 Me.Refresh
3 Me![subform_name].Form.Requery
4 Form![Main_form_name]![subform_name].Requery
Nothing seems to work!!!!!!!!!!
Thanks