B
|
berkeleyjw 6/11/2007 |
If both fields you want to see are in the same table you can do this with a custom expression instead of selecting a specific field. "Custom Expression" should be an option in the "display field" field list. The syntax to concatanate will be different depending on your DB platform. |
|
Corinne 8/27/2007 |
If both fields you want to see are in the same table you can do this with a custom expression instead of selecting a specific field. "Custom Expression" should be an option in the "display field" field list. The syntax to concatanate will be different depending on your DB platform. If the fields are in different tables then you can create a view on the DB back-end (have a key field, and then the displayed expression), and use this view to create the drop-down list.
|
![]() |
paperhog 8/29/2007 |
Do you have an example of this? My database is SQL and the fields are in the same table. |
![]() |
paperhog 8/29/2007 |
Do you have an example of this? My database is SQL and the fields are in the same table. |