cioè...ipotizzando che io abbia 10 textbox chiamate miaTxt1, miaTxt2, miaTxt3 ecc ecc

avrei fatto:

codice:
dim strSQL as string

for i=1 to 10
  strSQL= strSQL & ", '" &  replace(miaText(i).text,"'","''") & "'"
next

strSQL=Mid(strSQL,3)
il problema è che miaText(i) non funge + nel Vb.net xD