Hi all,
I've still pretty new to Access and am relatively self-taught using videos and self-help articles. I have a tracking database that was built to track a caregiver and patient through a research intervention. To help with data entry, I created a main form (CaregiverProfile) where you can enter all the information related to the caregiver, with subforms also present to enter information related to the patient, sessions, calls, etc. All of the child forms are linked to the parent form by the same ID: CaregiverID. So in essence, we have a sort of "chart" for each caregiver that has multiple "forms" where you enter information on their and their interaction with the study.
Currently, we search and select records in the forms using the search box on the navigator bar on the bottom of the screen. However, this only allows us to select records by information within the caregiver form and does not allow us to search/select records using information from the subforms. For example, we would like to be able to also search for patients based on their unique identifier instead of having to first search for the patient via their caregiver name/information.
I've tried different versions of combo boxes and copy/paste different code; however, nothing I've done so far has seen to work and I'm wondering if it is possible with the way the data base is currently set up. So, my question is, is it possible to sort or select a record using some sort of list/combo box or search button from a field that is housed in a subform to pull up all forms related to that records? For example, I want to pull up all the information for Patient 00001, including caregiver information, sessions, and calls, but I only have their unique identifier to search by (0001). Could I somehow use their unique identifier to pull up all the linked forms, even though all forms are linked by another field (caregiver ID)?
Any information/advice would be helpful.