G
Guest
I haven't quite caught on to getting this right. Thanks in advance for
helping my syntax. Something's wrong with the quote marks:
strInsert = "INSERT SentinelNodeSt(AppointmentID, EmpCreated,
EmpUpdated)" & _
" VALUES(" & mlngAppointmentID & ", ' " & fstrGetUserName & " ', ' " &
fstrGetUserName " ')"
TIA
helping my syntax. Something's wrong with the quote marks:
strInsert = "INSERT SentinelNodeSt(AppointmentID, EmpCreated,
EmpUpdated)" & _
" VALUES(" & mlngAppointmentID & ", ' " & fstrGetUserName & " ', ' " &
fstrGetUserName " ')"
TIA