Hello All,
This is probably dumb newbie question, so apologies in advance.
I have a database of companies, and I am trying to create a field for each company called "Locations of Interest." There are tons of potential locations (basically every country in the world and every state in the US) so I would like a way to potentially sub-divide them so that the combo box list doesn't have hundreds of countries that the user would need to scroll through.
Ideally I would like to keep all the locations in a single "locations of interest" field so that it's easy to search using a basic filter. I plan on using a combo box linked to a separate table so that multiple values can be selected. Is it possible to do some kind of drop-down combo box that starts out with just general locations such as "Europe, North America," etc and then each of those could be either selected (which automatically selects all countries inside of them) or expanded into a list of countries within each continent via a sub-combo box of some sort? I know I can have sub-datasheets within a table, could this be utilized to make such a combo box work?
If this is too complicated for a simple combo box, do you think it could be done with a form/query and then somehow transferred into a single "locations of interest" field for each company?
Thanks for your help!
This is probably dumb newbie question, so apologies in advance.
I have a database of companies, and I am trying to create a field for each company called "Locations of Interest." There are tons of potential locations (basically every country in the world and every state in the US) so I would like a way to potentially sub-divide them so that the combo box list doesn't have hundreds of countries that the user would need to scroll through.
Ideally I would like to keep all the locations in a single "locations of interest" field so that it's easy to search using a basic filter. I plan on using a combo box linked to a separate table so that multiple values can be selected. Is it possible to do some kind of drop-down combo box that starts out with just general locations such as "Europe, North America," etc and then each of those could be either selected (which automatically selects all countries inside of them) or expanded into a list of countries within each continent via a sub-combo box of some sort? I know I can have sub-datasheets within a table, could this be utilized to make such a combo box work?
If this is too complicated for a simple combo box, do you think it could be done with a form/query and then somehow transferred into a single "locations of interest" field for each company?
Thanks for your help!