• SELECT RefNumber

    FROM #Data d

    GROUP BY RefNumber

    HAVING

    COUNT(DISTINCT EntryType) = 3 AND

    MAX(CASE WHEN EntryType NOT IN ( 0, 2, 11 ) THEN 1 ELSE 0 END) = 0

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.