I have created a search allows users to select a value from either a combo box or a list box. If the user selects a value from the combo box (Category), then they can find all records that match the selected Category or they can select a specific record from the list box (contains all records that correspond to Category).
This search method works great when I have just one form...but I am trying to move it to a form that has a subform. I can get the Search form to find the Category, but I cannot get it to find the specific record. I believe I am able to do the former because the Parent/Child link for this main/sub form is my Category field.
Can anyone think of a way in which I can resolve this issue?
Thank you, in advance.
This search method works great when I have just one form...but I am trying to move it to a form that has a subform. I can get the Search form to find the Category, but I cannot get it to find the specific record. I believe I am able to do the former because the Parent/Child link for this main/sub form is my Category field.
Can anyone think of a way in which I can resolve this issue?
Thank you, in advance.