I am trying to create a search form that searches based on a Field and Criteria selection and then sends the records that match the criteria to a combo or list box with only certain fields showing up (i.e. only first, last, middle, SS#). I would then like to be able to click on/select any of the results and have the record data populate a main form.
In my case, I have a main form ("Files") that contains information from the FILES table. Within the main form there is also a tab control with 4 other forms which list information relating to the same person listed in the main record that shows (all linked by FileID field); these forms are Applicants, Members, and Historical (w/ links to their respective tables) and a Family Tree w/ pulls from the Files table. I then have a Search button that pops up a search form.
Again, I would like to be able to pull up the search form, choose the field I want to search from, choose criteria, and then get a list of all the records (from the FILES table for right now..eventually I will need one field from the Members table) that match the search criteria. Once I click on the record I want to view, I would like that record's full information to be put into the main form.
I am not sure how to make this work as I'm pretty inexperienced in this depth of work in Access. I've tried a few different things but am not getting the desired result that I want. Thanks for any help anyone could be in this situation.
In my case, I have a main form ("Files") that contains information from the FILES table. Within the main form there is also a tab control with 4 other forms which list information relating to the same person listed in the main record that shows (all linked by FileID field); these forms are Applicants, Members, and Historical (w/ links to their respective tables) and a Family Tree w/ pulls from the Files table. I then have a Search button that pops up a search form.
Again, I would like to be able to pull up the search form, choose the field I want to search from, choose criteria, and then get a list of all the records (from the FILES table for right now..eventually I will need one field from the Members table) that match the search criteria. Once I click on the record I want to view, I would like that record's full information to be put into the main form.
I am not sure how to make this work as I'm pretty inexperienced in this depth of work in Access. I've tried a few different things but am not getting the desired result that I want. Thanks for any help anyone could be in this situation.