exporting query results to some type of file

  • Thread starter Thread starter SirPoonga
  • Start date Start date
S

SirPoonga

I have a query returning 25k+ records. I need to ouput the result to
either a tab/comma delimitted file or excel.

I tried copy and pasting the data into a spreadsheet, however that
crashed the computer.
 
Is there some reason why you don't utilize the Export feature within Access?
Open your Query to display the results. File Menu | Export. Select .txt in
the files as type box. Then follow the wizard to export as a tab delimited
text file. Does this help?
 
That option is not available. THat's why I am asking.

I think I figured out a work around. I make my select query as nromal,
make sure I am getting the right data. Then change it to a make-table.
That will maek a table witht he result. Then I can export the table.
 
I have a query returning 25k+ records. I need to ouput the result to
either a tab/comma delimitted file or excel.

I tried copy and pasting the data into a spreadsheet, however that
crashed the computer.

Open the Query. On the menu choose File... Export. Choose File Of Type
text or excel, whichever you like, and follow the prompts.

John W. Vinson[MVP]
 
My Export menu option is greyed out. But just for that query. In some
others is isn;t greyed out.
 

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

Back
Top