Easy (?) question on tables and relationships...

pete234

Active Member
Joined
Feb 10, 2004
Messages
419
Ok, I used to work with Access 97 a while ago(using 2000 now) but still have trouble with relationships.

I have a big table created from importing a spreadsheet. This spreadsheet keeps track of contracts signed by markets, Area and the presidents and VP's of these areas, and also dates signed, expiration and total intial sales to each company (and about 15 other fields.)

My goal is to be able to run reports each month that will have the new contracts signed and added to the database. The reports will query by President and Area VP and break down further into markets.

There are 4 fields in the table that I think I need to break out: Region, Area, HQ City and HQ state. In turn, I need to create some way to automatically attach the Pres and VP of each State or Region to the Area or State, so that whenever an Area or State is entered, the record is automatically attached to that person. But if I break out these fields into a seperate table, will I have to back and manually correct each one? I have about 1000 records from importing. Sorry if this is too vague or newbie, but any help would be appreciated.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Sorry no one has replied yet to your post.

You are correct in your thinking that you should break out your information in to separate tables. It is what relational databases are all about. What you are wanting to do is called "normalizing" your data. If you have duplicating information in your records, it's a good sign that you can normalize it further. Without seeing what your data looks like, it sounds like you will at least want to break out your Pres/VP and Area/State in to a separate table(s).

In order to create the table from your existing table you would create a "Make-Table Query" to pull out the Pres and State fields (or whatever you want to pull out) and pull it in to the new table.

Shoot me an email or reply back if you need more information.
 
Upvote 0

Forum statistics

Threads
1,221,621
Messages
6,160,879
Members
451,675
Latest member
Parlapalli

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