Hi,
I am trying to do a select into ie.
INSERT INTO TableA (col1, col2)
SELECT (col1, col2)
FROM TableA
WHERE col3 = ...
Now in part of my select statement I want to create a new string by selecting some existing data and building it up using the + operater but I also want to include vbCRLF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.