Not sure which forum to post this to, feel free to send me elsewhere if need be...
Is it possible, on one page, to have two dropdown boxes... the first drop down to choose a database, then the second dropdown would query that particular database for the values to populate it?
Ex.
Dropdown 1: database1 (value = Database1)
database2 (value = Database2)
database3 (value = Database3)
Dropdown 2: Staff Member (value = unique ID based on which database chosen in first dropdown)
I'd imagine there is some javascript or some similar On_____ type method to hold off querying until a db is selected... Just not sure where to go...
Don't mind doing my own homework, but any pointers would be appreciated.
Thanks again all.
Is it possible, on one page, to have two dropdown boxes... the first drop down to choose a database, then the second dropdown would query that particular database for the values to populate it?
Ex.
Dropdown 1: database1 (value = Database1)
database2 (value = Database2)
database3 (value = Database3)
Dropdown 2: Staff Member (value = unique ID based on which database chosen in first dropdown)
I'd imagine there is some javascript or some similar On_____ type method to hold off querying until a db is selected... Just not sure where to go...
Don't mind doing my own homework, but any pointers would be appreciated.
Thanks again all.