I want to create an Option Group with two (maybe more later) options as follows:
1 = Research Site
2 = Storage Location
If research site is selected I want the combo to show the sites from the table tblResearchSites.
If Storage Location is selected I want the combo box to show the locations from the tblResearchLocations.
I'm running into the problem that the data is in two different tables. I've thought about creating a third table that pulls together the data from both, and then just limiting the combo box....But theres got to be an easier way.
Any Suggestions?
1 = Research Site
2 = Storage Location
If research site is selected I want the combo to show the sites from the table tblResearchSites.
If Storage Location is selected I want the combo box to show the locations from the tblResearchLocations.
I'm running into the problem that the data is in two different tables. I've thought about creating a third table that pulls together the data from both, and then just limiting the combo box....But theres got to be an easier way.
Any Suggestions?