This topic is locked

more than one Lookup table fields

1/31/2009 5:04:42 PM
PHPRunner General questions
D
danaci author

hi,

on data entry only view one fileds lookup list from table, but I want view more than one fields.

how to view more than one fileds from lookup table fields on data entry.

ex.
lookup table fields
number, name and mission.
I want view all fields on data entry.
is not agreable concat(number,' ', name,' ',mission)

thnx.