YEP, that was it!
string variable in sql statement visual basic 6
it works super, thanks a lot! =)
My problem was that I wrote: '& itm & ', cause my string variable already had " ", but still you have to write it on the sql statement.
item = "abcde"
'" & itm & "'...
Leave a comment: