I have a file containing U.S. universities, and the state each school is in. I want users to choose their university’s state from a drop-down list. The next question would ask the user what their university is. I want this question to use autocomplete and I want the state they choose in the previous question to limit the choices they see. For instance, if someone chooses “Kansas”, the autocomplete question would show schools from Kansas only (drawn from the file I described above). I don’t want to use drill down because that would necessitate 50 different files and I prefer the autocomplete method of entry for such a large list.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.