sql = "select orgstrUPC, orgstrUPC + ' - (' + orgstrUname + ')' from cms.dbo.tblOrganization " _
& "where orgstrUPC not in (select strUIC from cms.dbo.tblUIC where intTaskForceID = " & id & ") " _
& "AND (orgstrUName NOT LIKE '%FMS%') AND (orgstrUName NOT LIKE '%FWD%') AND (orgstrUName NOT LIKE '%RSP%') " _
& "order by orgstrUPC " _
& "UNION ALL " _
& "select orgstrUPC, orgstrUPC + ' - (' + orgstrUname + ')' from cmsAF.dbo.strUnit " _
& "where orgstrUPC not in (select strUIC from cmsAF.dbo.strUIC where intTaskForceID = " & id & ") " _
& "AND (orgstrUName NOT LIKE '%FMS%') AND (orgstrUName NOT LIKE '%FWD%') AND (orgstrUName NOT LIKE '%RSP%') " _
& "order by orgstrUPC"
union all
select 2 as dbSrc, * from db2.dbo.tbl2
order by dbSrc