So I have a form which defines customer searching (frmCustomerSearch) where the user can input different information into the text boxes and when they hit the search button all the items that match the search criteria pop up based on the query (qryCustomerSearch).
Basically I created a form based on this (frmCustomerSearchSub) and then put it as a subform in my frmCustomerSearch form.
What happens is that I can into my search parameters and if I toggle between design/normal view the information updates but I am looking for a simple update macro or VBA code so that when the user hits "search" the subform automatically updates based on the search parameter.
Suggestions?
Basically I created a form based on this (frmCustomerSearchSub) and then put it as a subform in my frmCustomerSearch form.
What happens is that I can into my search parameters and if I toggle between design/normal view the information updates but I am looking for a simple update macro or VBA code so that when the user hits "search" the subform automatically updates based on the search parameter.
Suggestions?