Subject TIB_LookupCombo
Author Dion Oliphant
Hi,

Is it possible to do a lookup on for eg a surname and have the id of the
found record placed in the id field of the target table, instead of the
lookup field(surname). KeyLinks would normally be:-
lookuptable.lookupfield=targettable.targetfield. So, I would like to have
PersonLookup.ID=CoveredMember.ID for the KeyLinks, but have the
PersonId field placed in the CoveredMember.PersonId field instead of the
CoveredMember.ID field.

Thanks,
Dion.