Thanks to my previous thread, https://www.accessforums.net/showthread.php?t=75440, I was able to create a form with a subform. Now that I have linked the two with a master/child relationship, my drop down combo box doesn't let me pick another sheet.
More details for context -
Table 1 - a list of departments (with all unique names) and additional comments with details like address/location/phone number etc.
This data is on the main section of my form. I have a combo box with all of the departments. I would like to be able to click the department off of the list, and have Access open the sheet with all of the details on that department.
The lower portion of the form holds a subform. This pulls data from Table 2 - a list of providers, with the department they work in/more information on that provider.
The department listed as the link between the two, table 1 as the master, table 2 as the child. .
I can use the arrows along the bottom to switch to the next department, and the subform allows me to use those arrows to flip through the various providers in each department.
I can click on the department drop down and the departments display, however I cannot actually pick one of the departments off of the list.
Thank you in advance! Please let me know if I need to provider more details or context.