I'm trying to restrict available data for fields based on previous fields.
I have 3 text boxes - Region, County, Branch - When the user picks North in the Region combo-box I want the County combo-box to only show the counties associated with the North Region. In turn I only want the Branches for the selected County to be available in the Branch combo-box.
Basically I'm looking for Region=Central; County=Orange &...