Link to home
Create AccountLog in
Avatar of Tom Farrar
Tom FarrarFlag for United States of America

asked on

Export Large File From Working Access DB To New DB

I have an Access query that generates more than 2 million records I want to use to create a table in a new database.  The results of the query is too large to use a "Make Table" query.  I was planning on doing that and importing the new table to another database.  But that does not seem to work.  How can I get the 2 million records to a brand new Access Database?  Thanks.  - Tom
ASKER CERTIFIED SOLUTION
Avatar of peter57r
peter57r
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Tom Farrar

ASKER

Interesting thought.  I'll try it.
Yes, I didn't even try going to the Make Table option since my database was so large.  I had forgotten about that option.  A simple solution, and it worked.  Thanks..