Normalize a table into two related tables

G

Gary Stockton

I've currently got a product registration table that
contains a row for each product registered by a customer.
I would like to consolidate the customers into a single
table where they are only listed once as a single row. I
would like to relate the products they registered in a
separate table. There are 4900 records. The main table
has an Autonumber for each record. Is there a way of
breaking this data down while not losing the
relationship? If I list a customer once in the new table,
how do I maintain the relationship to the four or five
products they may have registered? I'd like to be able to
do this via queries vs. by hand if possible.
 

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