I would greatly appreciate any help I can get on this.
I have written an enormous amount of code in VBA in an access from which creates a recordset from a table on SQL Server.
It then loops through the recordset and processes each record, i.e. checks all flags etc and then writes a new record back to SQL Server based on the relult of all the processing in the form.
The problem is I have to process 470,000 records and after running for the whole day, I am only up to 11,000.
I am connecting from Access 2000 to SQL Server 2000 using a basic ODBC.
Is there any way to get the speed up without having to transfer all the processing from Access to SQL Server....
As I said, Any help greatly appreciated.
Thanks........
I have written an enormous amount of code in VBA in an access from which creates a recordset from a table on SQL Server.
It then loops through the recordset and processes each record, i.e. checks all flags etc and then writes a new record back to SQL Server based on the relult of all the processing in the form.
The problem is I have to process 470,000 records and after running for the whole day, I am only up to 11,000.
I am connecting from Access 2000 to SQL Server 2000 using a basic ODBC.
Is there any way to get the speed up without having to transfer all the processing from Access to SQL Server....
As I said, Any help greatly appreciated.
Thanks........