foreveryoung
Programmer
Can someone advise me on transactions in the following scenario.
Linked tables to sql server
The present code uses the syntax docmd.openquery .....
How do I set up transactions for the above. There is presently 30 lines of code each with a docmd.openquery command on it. Because lots of these are action queries I want to use transactions.
Thanks
David
Linked tables to sql server
The present code uses the syntax docmd.openquery .....
How do I set up transactions for the above. There is presently 30 lines of code each with a docmd.openquery command on it. Because lots of these are action queries I want to use transactions.
Thanks
David