Hi I have a table called tbl_members with 5,000 records I have 3 colums, memberID member_name email_address I want to group all members who have similar email address. The select clause should also include memberID and member_name. Can you help me setting up a query for this please? Thanx