JasonPurdueEE
Technical User
can somebody help me out with my quotation marks in this line? strSQL1, strSQL2, and so on are all strings. I want OverallSQLstr to be the string that is formed by the combination of strSQL1 through strSQL5 WITH the "(" brackets in it. How do I get the quotation marks set up correctly on this line?
OverallSQLstr = "(strSQL1(strSQL2(strSQL3(strSQL4(strSQL5)))))"
Thanks in advance.
JASON
OverallSQLstr = "(strSQL1(strSQL2(strSQL3(strSQL4(strSQL5)))))"
Thanks in advance.
JASON