I populate 2 dropdowns with Access querys. The query for the second dropdown depends on the selected value of the first. How do I reference that selected value?
I have tried the following:
document.FormName.SelectName.value -
"document.FormName.SelectName.options[document.FormName.SelectName.selectedIndex].value"
I have tried the following:
document.FormName.SelectName.value -
"document.FormName.SelectName.options[document.FormName.SelectName.selectedIndex].value"