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)
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)