Can any one help me?
Im getting an error in the following line:
CurrentDb.Execute ("INSERT INTO callactions(CallActionID, StoreNo, CallID, User, Queries, Action, AssignedTo, Note) VALUES (" & glo.CallActionID & ", '" & glo.GlobalStoreNo & "', '" & glo.GlobalCallID & "', '" & glo.User & "', '" & ComboQuery & "', '" & ComboAction & "', '" & ComboAssTo & "', '" & txtNote & "') ; ")
The error comes back on the Note/ txtNote entry into the database and i cant figure out why. Heres the error im getting:
Run-time error '3134'
Syntax error in INSERT INTO statement
Cheers
Dee
Im getting an error in the following line:
CurrentDb.Execute ("INSERT INTO callactions(CallActionID, StoreNo, CallID, User, Queries, Action, AssignedTo, Note) VALUES (" & glo.CallActionID & ", '" & glo.GlobalStoreNo & "', '" & glo.GlobalCallID & "', '" & glo.User & "', '" & ComboQuery & "', '" & ComboAction & "', '" & ComboAssTo & "', '" & txtNote & "') ; ")
The error comes back on the Note/ txtNote entry into the database and i cant figure out why. Heres the error im getting:
Run-time error '3134'
Syntax error in INSERT INTO statement
Cheers
Dee