HI
How to solve this comma problem?
DoCmd.RunSQL "INSERT INTO tblMAK_FAKTURI (NUMBER, DATE_DOK) SELECT ('" & mNUMBER & "'" & ", " & "'" & mDATE_DOK & "'" & ")"
all values are strings
I got this message Syntax error (comma)
Thanks
How to solve this comma problem?
DoCmd.RunSQL "INSERT INTO tblMAK_FAKTURI (NUMBER, DATE_DOK) SELECT ('" & mNUMBER & "'" & ", " & "'" & mDATE_DOK & "'" & ")"
all values are strings
I got this message Syntax error (comma)
Thanks