I have drop downs using 2 different tables connected by a key in each table. For simple problem say
Table1 has these columns
Officename, City, Countyid
Table2 has these columns
Countyid, Countyname, State
Countyid is a unique value
So I need the default in dropdown2 to show the Countyname based on the officename selected in dropdown1.