This topic is locked

display data from 2nd table

11/23/2005 2:21:05 PM
ASPRunnerPro General questions
R
ricky_it author

Hi
I have two tables, one called CUSTOMERS with customerID as PK and then name, address, etc. The other one called ORDERS with OrderID as PK and customerID as FK.
When I enter an order from ORDERS and select the customerID from the dropdown list, is there a way to display more than the customerID or Name (for example address, location, city, etc.)
Thanks
Rick

Sergey Kornilov admin 11/24/2005

Rick,
yes, you can use a Custom expression in Display field box on Lookup wizarddialog in ASPRunnerPro.

This option will allow you to show complex expressions in dropdown boxes.