G
Guest
I want to know if MS Access can run several queries at the same time. For
example:
--
DELETE FROM CUSTOMERS WHERE IDCustomer <=30;
DELETE FROM ORDERS WHERE IDOrder>=150;
--
The query runs OK on SQL Server, but in MS Access give me error message. Is
there a way to create one script with multiple queries?
Thanks
Mauricio
example:
--
DELETE FROM CUSTOMERS WHERE IDCustomer <=30;
DELETE FROM ORDERS WHERE IDOrder>=150;
--
The query runs OK on SQL Server, but in MS Access give me error message. Is
there a way to create one script with multiple queries?
Thanks
Mauricio