more records showing in dropdown list

Hi,

I have a dropdownlist where you can select a value. But I want the values: postal code + address + city showing to the user in the dropdownlist. But If I go to properties of the dropdownlist and then you have a property name: SourceExpr. But there you can only select one table record. So how to select many table records?

Thank you.

Do you mean, based on any field in table you would like to show different table while lookup ?
or you want to combine multiple table records while lookup?

Hey Neils,

If you want to show Postal Code + Address + City in a single column then I believe its something which you cant do directly, The easiest way to accomplish this will be to introduce a new field and make that field to show as Postal Code + Address + City, But again you need to map this in your coding.

Many Thanks

Hi,
I think you can have a look in Page 10 or Table 9. It contain the same dropdown that you are looking for.