This topic is locked

display data from 2nd table

3/18/2005 11:52:42 AM
ASPRunnerPro General questions
A
aspbeginner author

I have 2 Tables as follows

Switches

-> Switch

-> Location

Clients

-> Client Name

-> IP Address

-> Switch

-> Port

-> Location
I am using a drop down box on the clients table to relate the switch to that record. I want the Location on the Clients table to be automatically filled out depending on the switch that is selected. It should pull the location fron the Switch table and fill it out on the Clients table depending on which switch is selected from the drop down.
How can I do this?

Sergey Kornilov admin 3/24/2005

Hi,
you can do this using some javascript.
I don't have "ready to go" example for this one.