colezpapa3
Programmer
Having a problem with this concatenation....
lID is numeric and docName is a string....
This is the original line....
str = "Select * from Issues WHERE LinkID = " & lID
I want to concatenate the following line and having some trouble....
DocumentName = '" & docName & "'
thx
lID is numeric and docName is a string....
This is the original line....
str = "Select * from Issues WHERE LinkID = " & lID
I want to concatenate the following line and having some trouble....
DocumentName = '" & docName & "'
thx