Subject | TIB_LookupCombo - 2 fields |
---|---|
Author | tickerboo2002 |
Post date | 2002-08-20T15:41:22Z |
Can anyone tell me if this is possible please:
I wish to use a TIB_Lookupcombo to display some contact information,
my SQL is:
SELECT CONTACT_ID
, FIRSTNAME
, LASTNAME
FROM CONTACTS
order by lastname, firstname
Can I display 'first+last' as the field in the combo?
www.ibobjects.com - online FAQ seems to be down at the moment.
TIA
I wish to use a TIB_Lookupcombo to display some contact information,
my SQL is:
SELECT CONTACT_ID
, FIRSTNAME
, LASTNAME
FROM CONTACTS
order by lastname, firstname
Can I display 'first+last' as the field in the combo?
www.ibobjects.com - online FAQ seems to be down at the moment.
TIA