I would like to change the SQL (commandtext) behind an ADO Query. Here's the code I use.
Set cmd = MakeCommand(gbCnnUserDB, "MTDNewSales_2_SelQry", adCmdStoredProc)
mySQL = "SELECT MTDNewSales_1_SelQry.IsMobileHome, MTDNewSales_1_SelQry.ActualClosingDate, MTDNewSales_1_SelQry.AssetId " _
&...