Access Macros Too Many Rows to Output error message

G

Guest

I am trying to sendobject in macros. Object type is query and output format
is excel. The total # of records is 26997. I get the following message:
"There are too many rows to output, based on the limitation specified by the
output format or by Microsoft Access". I would like to know what's the
maximum # of records I can send and if there is anyway I can work around this
issue.

Thank you
 
V

Van T. Dinh

Unforntunately, some Macro actions (and I am not sure which one as I don't
use Macros) use older Excel file format which can only accept 16K rows.

Check the "Output Format" argument of your SendObject Macro action.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top