Your combobox is called "combo" and text field is called "txtfield" in a page with one form in it. All "options" in the combo boax have a value set (from your recordset). Make sure your select code is like this:
But it has never worked for me so I always stick to the two stage approach. This also gives me the opportunity to change as many fields as I like with one function call. Derren
[The only person in the world to like Word]
your solution will not work with netscape4. change
document.frmIHeader.drpCust.value to
document.frmIHeader.drpCust.options[document.frmIHeader.drpCust.selectedIndex].value and that would fix it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.