I have a system that basically copies data from other databases to my own SQL Server so I can format the data to suit my needs. That data is used to populate dropdowns to end up with a variable can return the rows I want to show to the user.
All of the databases I've encountered up to now had a logical way the data of the dropdowns was stored. But now I have one that is different and not logical.
What I want to do is use the existing website that provides a somewhat logical dropdown itself to get the data I need. That dropdown fills a multiple selection dropdown after a selection.
I want to select each option in the first dropdown and then read the data it puts in the second multiple selection dropdown. Is there a way to do this?