G
Guest
I have an Access 2000 project (.adp file) as client with a SQL server 2000 back end. I want to do export from one of the big tables of the database via the client to excel. On SQL Server 2000 I have created a stored procedure that selects the records to be exported. On the client I use DoCmd.OutputTo with the stored procedure as source
The problem is that this kind of export (DoCmd.OutputTo) seems to be limited to 10000 records. When the stored procedure selects 12000 records only 10000 are exported
Is there another way to do export to avoid this limit? I need to do the export via the Access client, not on the server itself. I could also make use of comma or semicolon separated files or other types of files if this could solve the problem
Regard
Tore G
The problem is that this kind of export (DoCmd.OutputTo) seems to be limited to 10000 records. When the stored procedure selects 12000 records only 10000 are exported
Is there another way to do export to avoid this limit? I need to do the export via the Access client, not on the server itself. I could also make use of comma or semicolon separated files or other types of files if this could solve the problem
Regard
Tore G