B
BJ Freeman
have an sp that return 16,755 rows of data.
I can run the sp in the ADE and it displays all of them.
when I try to execute
DoCmd.OutputTo acStoredProcedure, "dbo.ADP_Exportinventory",
"MicrosoftExcel(*.xls)", CurrentProject.Path & "\" & "Inventory.xls", True,
""
I get a runtime error 2306
"there are too many rows to output, based on the limitation specified by the
output format or by "ADE name"
I have the row limit set at 100,000.
I think it has something to do with DDE limitation. I did not find anyting
in the knowledge base
I can run the sp in the ADE and it displays all of them.
when I try to execute
DoCmd.OutputTo acStoredProcedure, "dbo.ADP_Exportinventory",
"MicrosoftExcel(*.xls)", CurrentProject.Path & "\" & "Inventory.xls", True,
""
I get a runtime error 2306
"there are too many rows to output, based on the limitation specified by the
output format or by "ADE name"
I have the row limit set at 100,000.
I think it has something to do with DDE limitation. I did not find anyting
in the knowledge base