In Access (2000), I want to populate a combo box based on the value of another field on the same form. For example, if I have a field called "World Region" and another called "Country", when I select
Region = Europe I want the Country combo box to list countries in Europe
Region = Africa I want the Country combo box to list countries in Africa
What is the easiest way to do this? If possible I'd like to avoid too much complex code as I am handing the database over to somebody else once it is written.
Thanks for your help
Region = Europe I want the Country combo box to list countries in Europe
Region = Africa I want the Country combo box to list countries in Africa
What is the easiest way to do this? If possible I'd like to avoid too much complex code as I am handing the database over to somebody else once it is written.
Thanks for your help