Hi all,
What is the most efficient way to export query results to excel? Right now I'm using the command line:
DoCmd.OutputTo
But when the record count goes above 3000, it stalls and doesn't finish the export. Any advice to a better track? Thanks!
What is the most efficient way to export query results to excel? Right now I'm using the command line:
DoCmd.OutputTo
But when the record count goes above 3000, it stalls and doesn't finish the export. Any advice to a better track? Thanks!