S
Shobha
Hi!
I am using 'OutputTo ' to export a form with about 35000
records to Excel using VBA code. I am getting error "There
are too many rows to output, based on the limitation
specified by output format or by MS-Access".
I understand that if I use 'OutputTo', I can export only
16000 rows approximately. Action 'TransferSpreadsheet'
allows only to export 'Tables' and 'Queries'. Because my
query is dynamic, and depends on the many criterias
specified by user at run time, I want to know if there is
a way to export a recordset? Or is there any other way i
can do this?
I will appreciate a response on this, as it has become
crucial to my project.
Thanks,
Shobha
I am using 'OutputTo ' to export a form with about 35000
records to Excel using VBA code. I am getting error "There
are too many rows to output, based on the limitation
specified by output format or by MS-Access".
I understand that if I use 'OutputTo', I can export only
16000 rows approximately. Action 'TransferSpreadsheet'
allows only to export 'Tables' and 'Queries'. Because my
query is dynamic, and depends on the many criterias
specified by user at run time, I want to know if there is
a way to export a recordset? Or is there any other way i
can do this?
I will appreciate a response on this, as it has become
crucial to my project.
Thanks,
Shobha