<%@LANGUAGE='JAVASCRIPT' CODEPAGE='1252'%> SELECT distinct [model], make,
[power kva], [cabinet unit] FROM ndcinventory ORDER BY model I have a form
with drop down selection dynamically pulled from a db. There are three slots
that i would like to auto fill based on first selection i make. For example, if
i choose the 'make' i want the rest of the columns above autofill in to a form.
Like V120 model selected, it will auto populate 'SUN', 'cabinet unit(1)', and
'kVA(.42)'. thanks,