Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / September 2008

Tip: Looking for answers? Try searching our database.

your advice on tables

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Savage - 24 Sep 2008 10:42 GMT
At the moment i have three tables with the following columns:

Supplier table:
Vendor number (primary key)
Name
Address 1
Address 2
Town
Postcode
Phone
Fax
Group
Description

Iso Table
Vendor number
Name
iso 1
iso2
iso3
iso4
reach

Comments table
Vendor number
name
vendor non conformities
comments

Is this a good layout or can you reckon mend a better table layout
Rui - 24 Sep 2008 11:54 GMT
Can you explain better the last two tables?

why iso1, iso2, iso3?
why do all tables have a name field? and a Vendor number?

> At the moment i have three tables with the following columns:
>
[quoted text clipped - 26 lines]
>
> Is this a good layout or can you reckon mend a better table layout
Armen Stein - 24 Sep 2008 16:25 GMT
>Can you explain better the last two tables?
>
[quoted text clipped - 31 lines]
>>
>> Is this a good layout or can you reckon mend a better table layout

Yes, usually seeing numbered fields (iso1, iso2, etc.) means that the
structure isn't normalized.  It's harder to query later, and you're
out of luck when iso5 comes along.

Also:

- You have a "Name" field in each table after Vendor Number.  I hope
that isn't Vendor Name, since that would be retrievable by joining to
the vendor table.

- Is the Group a lookup to another Group table?

- Don't your Comments need a date for each one?  How about the person
making the comment?

- How many non-conformities can be in each Comment?  Plural fields are
usually a sign of trouble too.

Have you read Database Design for Mere Mortals (Hernandez)?  It's a
great way to learn about database design principles.

Hope this helps,

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.