J
J. Muenchbourg
an Incorrect syntax near ','. (Line 1) is what I'm getting with this
insert statement, the error pointing to the sql execute:
"INSERT INTO
tblArticles(articleid,articleDate,sport,articleheader,fpick,articleText)
"_
& "VALUES (" & articleid & ", '" _
& articledate & "', " _
& sport & ", '" _
& articleheader & "', '" _
& fpick & "', '" _
& articleText & "')"
'articleid' is a primary key.
???
Muench
insert statement, the error pointing to the sql execute:
"INSERT INTO
tblArticles(articleid,articleDate,sport,articleheader,fpick,articleText)
"_
& "VALUES (" & articleid & ", '" _
& articledate & "', " _
& sport & ", '" _
& articleheader & "', '" _
& fpick & "', '" _
& articleText & "')"
'articleid' is a primary key.
???
Muench