I get the following error on the following line of code the second time of a for loop.
IF .state = 1 then .close (basically, if the ado connection is open, then close it.)
Anyone have any idea why this happens? This line of code is used numerous times through the code but its only here that it crashes.
Any help would be greatly appreciated.
IF .state = 1 then .close (basically, if the ado connection is open, then close it.)
Anyone have any idea why this happens? This line of code is used numerous times through the code but its only here that it crashes.
Any help would be greatly appreciated.