Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dependant Dropdowns

Status
Not open for further replies.

MikeT

IS-IT--Management
Feb 1, 2001
376
US
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"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top