Hi,
I have written a whole lot of VBA code that extracts data from bloomberg and inserts it into my database that I have created in Access. The problem is that when I try to run my code I always get this error message:
Could not start transaction; too many nested transaction
and then access crashes.
The only way I seem to be able to run the code fine is when I insert breakpoints and step through the code. This generally enables it to run fine. Any ideas on why this is happening?
cheers,
Jeremy
I have written a whole lot of VBA code that extracts data from bloomberg and inserts it into my database that I have created in Access. The problem is that when I try to run my code I always get this error message:
Could not start transaction; too many nested transaction
and then access crashes.
The only way I seem to be able to run the code fine is when I insert breakpoints and step through the code. This generally enables it to run fine. Any ideas on why this is happening?
cheers,
Jeremy