K
kenrav
Anybody know why I'm getting a syntax error for the following code?
strSQL = "INSERT INTO dbo_tblTrans (PatientID, PatientName, Note, Username,
TransType, GUID) VALUES ('" & strPatID & "', '" & strPatName & "', '" &
varNote & "', '" & strUserName & "', 'Clinical Note', '" & sGUID & "')"
Thanks.
strSQL = "INSERT INTO dbo_tblTrans (PatientID, PatientName, Note, Username,
TransType, GUID) VALUES ('" & strPatID & "', '" & strPatName & "', '" &
varNote & "', '" & strUserName & "', 'Clinical Note', '" & sGUID & "')"
Thanks.