How I convert an Excel spreadsheet into an Access database?
This is Office 2003.
Some seem to have misread the question. It is not "how do I convert an Excel
spreadsheet into a single Access table", but "into an Access database".
Spreadsheets tend to be big unnormalized flat files, if suitable at all. Of
course, a spreadsheet can have almost every cell as the result of a
calculation, with only a few inputs, and that may not be suitable for
conversion to a database.
As Jeff rightly points out, even if the spreadsheet has rows and columns of
data, and IS suitable for conversion, the first step is to analyze and
decide the structure of your database, tables, etc.
Once that is done, it is perfectly acceptable to import the entire datasheet
as one huge table -- in my experience, it will be easier to work from that
unnormalized table to extract the data for a normalized database, than to
try to get each piece from the original spreadsheet (but I'm willing to
admit, that may be more a matter of preference than 'fact').
Unfortunately for the p.numminen, there's no real "generic" answer on
creating a database from a spreadsheet that works for all, or most, or even
many situations. It is very data-specific.
Larry Linson
Microsoft Access MVP