Just quick and i think easy question
I'm building a query in VB:
strSQL = "SELECT f1, f2 & ", " & f3 as fullName" & _
" from t1"
so my problem is the quotetion marks around the comma between f2 and f3. So is there a way in VB to make VB treat only those quations around the comma as character...