• Yes see this query can give you more then one record here . look into this query

    select B.ICP

    from [R33HypInfa].[dbo].[DF012_Look_up_hfm] A,[R33HypInfa].[dbo].[DF012_HFM_Staging]B

    Where A.Account=B.Account AND A.Icp='VS001'

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)