ekkk! help

D

Dave

I am trying to put an excel table of info into a data base. Each item has to have its own field.

Is this possible?
 
J

Jeff Boyce

Dave

Have you tried importing an Excel table into Access? If your Excel data is
organized in columns, it should import and give you the option of using the
first row as a field name.

Now the bad news ... if you've been working with Excel, odds are high that
your data is well-designed for a spreadsheet. Unfortunately, this could
make it poorly designed for a relational database (Access). Take the time
to review normalization and set up Access data structure accordingly.

You can still import the raw data, but you may then need to do some
append/update queries to parse the data into a more normalized form.
 

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

Top