number of SQL statements

T

Tamir Khason

SQL statement with the number of requests sepatater with ";" works fine in
MSSQL, however this does not work in Access. Is there any workaround of it?
Example:

INSERT INTO table (name) VALUES (value); INSERT INTO table1 (name1) VALUE
(value1); INSERT INTO table2 (name2) VALUES (value2)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top