• string strsql = "";

    strsql += " Select '' AS [CustomerId],' ---Select Customer --- ' AS [CompanyName] ";

    strsql += " Union Select CustomerId, CompanyName ";

    strsql += " From testCustomers ";

    strsql += " Order by CompanyName ";

    Far away is close at hand in the images of elsewhere.
    Anon.