This topic is locked

Search problem

5/2/2007 4:20:17 AM
ASPRunner.NET General questions
S
sasogmk author

I'm having problems with the search options in the main table. I'll try to explain to you through my sql database tables. I have a database for cars and the main table for example it has column called ID_Model which is a number from table called Model where is stored the model of the vehicle and ID_model. When I build the project in ASPRunner.Net in the ID_model is listed like a model (display field model , linked field is ID_Model), but when i try to make a search for a model it's gives me message no records found but search for a ID_model(by number) it's working. Please help me how to solve this i want to be able to search by Model(the collumn is located in table Model not in the main table) not by the ID_model.
Sorry for my bad english.
Thanks in advance

Eugene 5/2/2007

You are not able to search on lookup field value on list page. Here you can search only on ID_Model.

You should use advanced search page to search on lookup field value.