Hi,
Can anyone see why im getting the following error:
Run-time error '3134'
Syntax error in INSERT INTO statement.
Heres the statement thats giving me the error:
Set rs = CurrentDb.OpenRecordset("INSERT INTO callactions(callactions.Actions) VALUE ('" & ComboAction & "') ; ")
I've tried using # symbols instead of ' symbols but this didnt work
Cheers
Dee
Can anyone see why im getting the following error:
Run-time error '3134'
Syntax error in INSERT INTO statement.
Heres the statement thats giving me the error:
Set rs = CurrentDb.OpenRecordset("INSERT INTO callactions(callactions.Actions) VALUE ('" & ComboAction & "') ; ")
I've tried using # symbols instead of ' symbols but this didnt work
Cheers
Dee