I am running the following lines of code and the execute line errors with 3061 Too few Parameters.Expected 1.
SQL1 = “INSERT INTO tblLocalOption (Option_Name) VALUES (strOption);”
CurrentDb.Execute SQL1, dbFailOnError
what do I need to do to make this line work?