get rid of lines 1 through 4. don't need, plus you have an extra ampersand between Balance and From that isn't needed.
1 strSQL1 = "SELECT [CUSIP], [Account], [Registration Code], " & _
2 "[Payable Date], [Balance] & FROM Suspense " & _
3 "WHERE(([CUSIP] Like '0*'))ORDER BY [CUSIP]"
4...