Hello
I have a database where a couple of datafields taht are linked to lookup tables with dropdown menues, e.g. "SupplierCompany". The datafield
itself is linked to the "SupplierCompany-ID", the displayed field is the "SupplierCompanyName" field.
On the extended search page these dropdown menues are visible as well, so I can make a search for supplier company "XYZ Ltd."
by simply choosing that name from the dropdown list.
When searching with the simple search functions (presented on the list page) however, I have to search for the "SupplierCompany-ID"
number - how could I manage to have the same dropdown box with the linked "SupplierCompanyName" data appear here?
Thomas