How to make access import large tables without skipping columns?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to import a large table ( close to 200 columns ) from an old
database using ODBC, but it seems like access has a limit on the number of
columns per a table. How do I make access import large tables without
skipping columns?
 
cbshoush said:
I am trying to import a large table ( close to 200 columns ) from an
old database using ODBC, but it seems like access has a limit on the
number of columns per a table. How do I make access import large
tables without skipping columns?

Access has a limit of 254 (255?) fields per table. How about importing
groups of 100 or so and then normalizing them then combining the results?
 

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