Ihave a slightlycomplex question. I have afieldin relation to twootherfields in the sametable.
as in the followingexample:
ISNULL((SELECT FROMTA.TBL_LIBTABLESWHEREYOURTA.TBL_ID= 'FC1' AND TA.TBL_CODET.FC1_CODE=), '') AS 'C1_Tiers' ISNULL((SELECT FROMTA.TBL_LIBTABLESWHEREYOURTA.TBL_ID= 'FC2' AND TA.TBL_CODET.FC2_CODE=), '') AS 'C2_Tiers'
TBL_IDis in relation withthefieldFC1_CODEand is alsorelated tothefieldFC2_CODE.