Chr(10) = Linefeed
Chr(13) = Carriage Return
But you don't have to use that in a SQL query, just so you know. Also, the combo of those 2 character codes is equivalent to using vbCrLf like
[VBA]..."SELECT" & vbCrLf & "From"...[/VBA]
How long is the query? How many characters is it?