Is there a way to create line breaks or carriage returns in VBA when writing into SQL? I've googled it but so far, I've only found CR(10) & CR(13), vbCrLf, Char(13) & Char(10), \n & \r but I believe this is for VBA and Message Boxes only.
Here is the code I am trying to write in VBA to have write into SQL:
Sorry for the numbers in the code above, the forum firewall was blocking my code dagnabbit.![]()
sq1str = "Go" & somethinghere & "1NSERT 1NTO OBJECT_"
Bookmarks