N
nickB
I want to create a query that will use a series of INSERT statements to
update the database. Each INSERT statement will create a new product record
in the db. However, when I try to save this query, at the end of the first
SQL statement, right after it reads the semicolon at the end of the
statement, I get an error message: Characters found after end of SQL
statement. (Error 3142). But the only thing following is another INSERT
statement. Why will Access SQL not recognize and execute the 2nd INSERT
statement???
update the database. Each INSERT statement will create a new product record
in the db. However, when I try to save this query, at the end of the first
SQL statement, right after it reads the semicolon at the end of the
statement, I get an error message: Characters found after end of SQL
statement. (Error 3142). But the only thing following is another INSERT
statement. Why will Access SQL not recognize and execute the 2nd INSERT
statement???