That isn't nearly sufficient to help here. The 2 rows you returned dont'
even represent data you expect, Role isn't defined, etc. Entire table
script and sufficient sample data to know what should be included and what
should NOT be included would be required.

Signature
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net
> Dear Kevin,
>
[quoted text clipped - 32 lines]
>>>
>>> Thanks
Patrick - 01 Jul 2008 23:13 GMT
Dear Kevin,
I have missed one query.
The queries should be
select * from grpmem where id = 780205
id Group Id member
780205 735169 437418
select id, c_last_name from AHD.ctct where id = 735169
id c_last_name
735169 Property Service Officer
select id, c_first_name, c_last_name from ctct where id = 437418
id c_first_name c_last_name
437418 James Pang
> That isn't nearly sufficient to help here. The 2 rows you returned dont'
> even represent data you expect, Role isn't defined, etc. Entire table
[quoted text clipped - 37 lines]
>>>>
>>>> Thanks