Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access Table db Design > Address Design ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 19 Topic 12069 of 12659
Post > Topic >>

Address Design Structure

by =?Utf-8?B?QmlsbGlhbQ==?= <Billiam@[EMAIL PROTECTED] > Jul 31, 2008 at 12:35 PM

With the help of this forum, I am trying to correctly design my tables to
be 
normalized. I would like to break my design down into sections to work on 
just for ease of discussion and for the rest of people trying to figure
this 
all out it may make it clearer to them also. I am a beginner in Access and

TRYING HARD to figure it out so that I can properly design a database
instead 
of the 55 field non-normlized one I currently use(:-0

Our non-profit organization has instructors. They may have many addresses 
and therefore address types. Here are the table designs so far:

One instructor can have many addresses
One address can have many instructors
Therefore this is a many to many realtion****p, and so will be solved with
a 
junction/intermediate table (called instructorAddresses)

tblInstructors
InstructorID (autonumber, primary key,Long Integer, ref. integrity and 
cascade updates)
SpecialID# (text field as this badge number starts with a series of
zeroes)
FirstName (text field)
MidName (text field)
LastName (text field)
*** (or should this be a lookup table? If so, what relation****p do I
create 
and where? I know some of you are saying "well an instructor can only be
one 
*** at a time" which is true, but what do you do if an instructor is also 
transgendered and you need to keep a history of when that instructor was 
male, and when they were female)

tblAddresses
AddressID (autonumber,primary key,Long Integer, ref. integrity and cascade

updates)
AddressLine1
AddressLine2
AddressLine3
City
PostalCode
Prov*****ateCounty
Country

tblInstructorAddresses  (the junction or intermediate table)
InstructorAddressID (autonumber,primary key,Long Integer, ref. integrity
and 
cascade updates)
InstructorID (Foreign Key, number, Long integer, Duplicates OK,)
addressID (Foreign Key, number, Long integer, Duplicates OK,)

I have a one to many relation****p created from tblInstructors to 
tblInstructorAddresses
I have a one to many relation****p created from tblAddresses to tbl 
InstructorAddresses

Now, I obviously need an addressType Table (Home, Work, ****pping,Billing
etc):

tblAddressType
AddressTypeID (autonumber,primary key,Long Integer, ref. integrity and 
cascade updates)
AddressType (Text )
FromDate (date)
ToDate (date)

One Address can have many address types (i.e 123 maple Ave can be home and

****pping and billing)

One AddressType has many Addresses (i.e the ****pping address type can vary

between a home address or a school address for one instructor depending on

the day)

Am I right that this is a many to many relation****p, or am I wrong that 
AddressType has many addresses? Am I modeling this correctly as a many to 
many relation****p?

Billiam
 




 19 Posts in Topic:
Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-07-31 12:35:00 
Re: Address Design Structure
"Graham Mandeno"  2008-08-01 10:40:12 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-01 08:59:01 
Re: Address Design Structure
"Graham Mandeno"  2008-08-02 16:33:10 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-05 11:41:01 
Re: Address Design Structure
"Graham Mandeno"  2008-08-06 11:31:15 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-06 08:46:01 
Re: Address Design Structure
"Graham Mandeno"  2008-08-07 12:21:09 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-07 10:52:01 
Re: Address Design Structure
"Steve" <non  2008-07-31 18:47:08 
Re: Address Design Structure
"John... Visio MVP&q  2008-07-31 19:41:57 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-01 08:23:02 
Re: Address Design Structure
"Steve" <non  2008-08-01 15:36:18 
Re: Address Design Structure
"John... Visio MVP&q  2008-08-01 16:18:46 
Re: Address Design Structure
Lynn Trapp <noltrapp@[  2008-07-31 17:46:19 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-01 08:02:10 
Re: Address Design Structure
Lynn Trapp <noltrapp@[  2008-08-01 10:35:43 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-01 09:02:00 
Re: Address Design Structure
=?Utf-8?B?QmlsbGlhbQ==?=   2008-08-01 08:09:12 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 22:06:34 CST 2008.