• Try this

    select MIN (intID),vchrCode,vchrDescription,lngValue from TableName

    group by vchrCode,vchrdescription,lngvalue

    HAVING COUNT(vchrCode)=1

    [font="Verdana"]Markus Bohse[/font]