Hello,
I'm receiving an error "Syntax error in INSERT INTO statement" for the below code. I can't figure it out where/what is the error. Please help.
CurrentDb.Execute "INSERT INTO tblTrans(fdsname, project, so) " & _
" VALUES (" & txt_fds & " ,'" & txt_name & "','" &...