This topic is locked

Search

7/22/2004 9:05:07 AM
ASPRunnerPro General questions
C
coxiem author

When I do a search on my lookup value by name I get no value but if I use the ID field I get the value.
So how can I search by the name field instead of the id field?
Any help
MACK

Sergey Kornilov admin 7/30/2004

Mack,
I would recommend to use INNER JOIN in SQL query in ASPRunner to pull lookup values from joined tables. In this case you will be able to search for lookup field value.