thegameoflife
Programmer
If keyword_temp = "1,2,3" how would I get that into the table. Now it only will put 123.
Dim strSQL as String
strSQL = "INSERT INTO Keywords (keyword) VALUES ('" & keyword_temp & "');"
DoCmd.RunSQL strSQL