[SOLVED] Â Lookup Values for List |
5/21/2004 4:47:50 PM |
ASPRunnerPro General questions | |
D
dan_vt author
The following link shows the problem I have. Notice that in the LIST view, the VENDOR field is displayed as the numeric key values stored in the table being read by ASPRunner. |
|
![]() |
Sergey Kornilov admin 5/24/2004 |
Dan, select ..., Vendors.VendorName from cbtData_Projects inner join Vendors on Vendors.Vendor = cbtData_Projects.Vendor |
D
|
dan_vt author 5/24/2004 |
As usual Serg, you had the direct answer. Thank you again. |
![]() |
Sergey Kornilov admin 5/24/2004 |
Dan, |