Can I or am I creating the Variable GSE correctly? The code follows.
strSqlCd = "SELECT RPTYEAR , "
strSqlCd = strSqlCd + "'FNMA' AS [GSE], "
strSqlCd = strSqlCd + "STATE, "
strSqlCd = strSqlCd + "NSERV AS [SERVED UNDERSERVED], "
strSqlCd = strSqlCd + "FIRST AS [BUYER TYPE], "
strSqlCd =...