Formating for Importing into Access from Excel

Calgary_Neil

Board Regular
Joined
Apr 5, 2014
Messages
79
I have a clean database (MS Access) that I am trying to populate. The DB has 40 tables and 225 fields in total, with a lot of tables being linking tables. The data to be imported is a heavy manipulated spreadsheet with about 3200 rows. I need advice on how to go about this.

Currently I have 1 spreadsheet with all the tables and fields in it, 1 with the raw data, and use excel to calculate/lookup the required data for each field from a raw record. This sort of works until I get about 20 records done and I get some duplicating (or nearly) records. If I go over 75 records with out removing the formulas then excel slows to a stop. Since the raw data hasn’t been link together, there are consistence errors within it (typing, spelling, aberrations, etc.). Another problem is I can’t easily move/ sort/check the records without messing up the formulas or scrolling around forever.

Any Ideas or hints?
Neil T
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Wow. Sounds like you need to go back to square one and fix that broken spreadsheet - all the things that are wrong with it which appear to numerous to even try to sort out in one go. For starters, I guess try to figure out why it slows downs/stops at only 75 rows and fix that. It may be that you will need to rebuild it in steps until you find what the part is that's doing the most damage.

for a database solution you need primary keys and foreign keys to relate tables. With 225 fields in 40 tables that's an average of 5 fields per table. Either you have many very small tables or a few large tables with many lookup fields. 40 tables is a lot to be handling only 3200 rows of data. It's a lot of tables for any database. The structure should be reviewed.
 
Last edited:
Upvote 0
Thanks for the reply Are you willing to look at either one and give a quick comment?
Neil T (Thornton at Nucleus.com)
 
Upvote 0
Not really, I try to stay away from projects that sound this ugly!
 
Upvote 0

Forum statistics

Threads
1,214,988
Messages
6,122,620
Members
449,092
Latest member
amyap

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top