I am trying to create a GoTo record search for a form I have. This form has thousands of records so to find one or a group of records (sorted by a Category field) is a pain.
My solution was to create a pop-up form that prompts the user to select a Category from a combo box - at this point, the user can go to the first record with selected Category or they can select a specific record associated with said cateogry in a Simple listbox.
My issue is that since this is a pop-up form, I cannot get the underlying form (that holds the records) to go to the selection made in the Search form. I have unsuccessfully tried GoTo Record and Recordset.FindFirst.
I think that I need to use both these methods to get what I want, but my brain is just not on today. Hopefully, someone there can help.
Thank you, in advance.
My solution was to create a pop-up form that prompts the user to select a Category from a combo box - at this point, the user can go to the first record with selected Category or they can select a specific record associated with said cateogry in a Simple listbox.
My issue is that since this is a pop-up form, I cannot get the underlying form (that holds the records) to go to the selection made in the Search form. I have unsuccessfully tried GoTo Record and Recordset.FindFirst.
I think that I need to use both these methods to get what I want, but my brain is just not on today. Hopefully, someone there can help.
Thank you, in advance.