I'm new to ASP and wondered if anyone could help me with the following:
Based on the item selected in a drop down box, text will be written to three seperate text boxes on the form.
The information for the drop down and text boxes are saved in an Access table, so alternatively, dynamically linked drop down boxes may also work.
Is there a way to use the
vb ListIndex property with this? Or somehow link the table IDs? Or would it be easier to just use javascript?
Thanks in advance