Hello.
I have a query that i want to export to excel. This query retrieves about 40
000 records. When i export the query there's no problem, but when i try to
programme a DoCmd.OutputTo action i get the following error:
" Run-Time error 2306:
There are too many rows to output, based on the limitation specified by the
output format or by Microsoft Office Access."
Why does this happen?
Thanks
Luis
freakazeud - 06 Jan 2006 15:36 GMT
Hi,
try the Docmd.TransferSpreadSheet method instead!
HTH
Good luck

Signature
Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps - :)
http://www.oli-s.de
> Hello.
> I have a query that i want to export to excel. This query retrieves about 40
[quoted text clipped - 8 lines]
> Thanks
> Luis