Answered
Multiple Dropdown Issue
What I have is a form that has a dropdown with a list of
letters, the alphabet, and what I want to do is when the user
selects a letter, I want the a query to be run to populate the
second dropdown with the list of everyone last name that starts
with the letter that the user just selected With Out re-loading the
page or javascript. The name table has over 10,000 rows so you can
see why I do not want them in the dropdown to start with and why a
javascript array will not work for this aplication. Any
Ideas?
