One table to many tables?

  • Thread starter Thread starter elli
  • Start date Start date
E

elli

Hi there!
I have an access table that could do some normalizing.... Is there any way
to separate table's columns into new tables? I do hope so:)

Thanks
-elli-
 
Elli,

Yes. The specifics of how to do it will depend on the details of yur
table and what you want to achieve. But in general it is likely to
involve running a series of Append Queries and Update Queries.
 
the easiest way is to copy the table rename it and delete the unwanted
colomns
 
Nanne,

You would need to attend to correctly setting up the joining fields
between the tables.
 
I believe that Access has a table analyzer built-in that you can use and it
will recommend how to split your table. If I remember correctly, it will
split up your tables for you. Make sure you make a copy of your database
before using this feature.
 

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