I'm building an app to accept a US address (among other things). I'd like the user to select the state abbreviation from a dropbox containing 51 values (the 50 states plus DC). Then I'd like the city dropbox to autofill with *just* the cities in the state selected. I have the full list of city names in Excel. But I don't know how to code the dropbox linkage. Is something like this possible?
Thanks!