Hello,
I have not tried not using the syscmd but will do - is this lightly to make a difference? The application is new and has always had this same issue.
I am running Office XP (2002) with SP2, and Access 2003.
I was talking to someone last night about this issus and he suggested that the...
Hello,
Initially i did create a single connection, run all the code and then disconnect once finished. However, the problem occured and since then i have tried a variety of things to try to make it run. One of these things was to keep disconnecting and reconnecting, which was intended to make...
Hello,
The code is below, with the function listed below that.
Thanks for your time
Barney
******************************************************
Public Sub Profile_Click()
On Error GoTo err1
Dim CON As ADODB.Connection
Dim rstGROUPING As New ADODB.Recordset
Dim i As Integer
Dim a As Double...
Hello,
I have written some VBA code in a adp in access using a SQL2K database. The code runs mostly SQL statements using the '.execute' command. There are several loops in the code which also use some recordsets in the data.
The code runs fine on my machine, taking about 15 mins to run...
Hello,
I have written some VBA code in a adp in access using a SQL2K database. The code runs mostly SQL statements using the '.execute' command. There are several loops in the code which also use some recordsets in the data.
The code runs fine on my machine, taking about 15 mins to run...
I am attempting to use VBA in access 2003 to run a SQL 'insert into' command. The SQL command is part of a loop such that the code updates with a variable string on each pass. The code runs and works, however when running over several passes the SQL does not update the required tables on all...
I am attempting to use VBA in access 2003 to run a SQL 'insert into' command. The SQL command is part of a loop such that the code updates with a variable string on each pass. The code runs and works, however when running over several passes the SQL does not update the required tables on all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.