C
Charles
I have a flat database that will not do.. and need to make it as
relational as I possibly can. This is for a non-profit organization,
and deals with coal miners that populated the area in the late 1800 to
mid 1900's.
Sorry if this format gets screwed up. Details: This is an Access 2003
database running on windows XP.
My structure is as follows:
Miner Information: Duplicate names ARE allowed.
TBL_MINER
MINER_ID Unique ID for each miner. PRIMARY KEY
SEQUENCE_NO Sequence the miners are entered into the database
ETCHING_NO Number assigned to each miner to sequence the
names for etching
LAST_NAME
FIRST_NAME
MIDDLE_NAME
DOB
PLACE_OF_BIRTH
AGE
ETHNIC BACKGROUND
DIED IN MINE
INJURED IN MINE
TBL_MINES
MINES_WORKED What the mines individual worked in. An individual can
work in multiple mines
TBL_SPOUCE
WIFE_NAME
WIFE_DOB
WIFE_AGE
Source information, where the information was obtained. There can be
multiple sources of information for a single miner, such as a paid
submission, accident report, census, newspaper article.
TBL_SOURCE
SOURCE Where the information was obtained
SOURCE_YEAR Year of the information
SOURCE_LOCATION For instance, if the source was a census,
this would indicate the location of the person
when the information was gathered
PAGE More details about the source information. The
census details are used to locate the
information in the future.
ROW
SEARCH_PARAM Search criteria for location individual
ADDRESS Individuals home address, at the time the information
was gathered, if known
JOB_DESCRIPTION What the persons job function was.
Contributor information: People that have family members or
those that want to adopt can donate to the memorial.
TBL_CONTRIBUTOR
STORY Story submitted by contributor
ADOPTED_MINER Contributions made by people without a
specific miner to contribute to.
PAID True/False if the miner had been paid
for
FAMILY/CONTRIBUTOR/SPONSOR Contributor Name or information
CONTACT Contact person
ADDRESS
CITY
STATE
ZIP+4
TELEPHONE
CONTACT_EMAIL
DEDICATED TO
CONTRIBUTION Dollar amount submitted
relational as I possibly can. This is for a non-profit organization,
and deals with coal miners that populated the area in the late 1800 to
mid 1900's.
Sorry if this format gets screwed up. Details: This is an Access 2003
database running on windows XP.
My structure is as follows:
Miner Information: Duplicate names ARE allowed.
TBL_MINER
MINER_ID Unique ID for each miner. PRIMARY KEY
SEQUENCE_NO Sequence the miners are entered into the database
ETCHING_NO Number assigned to each miner to sequence the
names for etching
LAST_NAME
FIRST_NAME
MIDDLE_NAME
DOB
PLACE_OF_BIRTH
AGE
ETHNIC BACKGROUND
DIED IN MINE
INJURED IN MINE
TBL_MINES
MINES_WORKED What the mines individual worked in. An individual can
work in multiple mines
TBL_SPOUCE
WIFE_NAME
WIFE_DOB
WIFE_AGE
Source information, where the information was obtained. There can be
multiple sources of information for a single miner, such as a paid
submission, accident report, census, newspaper article.
TBL_SOURCE
SOURCE Where the information was obtained
SOURCE_YEAR Year of the information
SOURCE_LOCATION For instance, if the source was a census,
this would indicate the location of the person
when the information was gathered
PAGE More details about the source information. The
census details are used to locate the
information in the future.
ROW
SEARCH_PARAM Search criteria for location individual
ADDRESS Individuals home address, at the time the information
was gathered, if known
JOB_DESCRIPTION What the persons job function was.
Contributor information: People that have family members or
those that want to adopt can donate to the memorial.
TBL_CONTRIBUTOR
STORY Story submitted by contributor
ADOPTED_MINER Contributions made by people without a
specific miner to contribute to.
PAID True/False if the miner had been paid
for
FAMILY/CONTRIBUTOR/SPONSOR Contributor Name or information
CONTACT Contact person
ADDRESS
CITY
STATE
ZIP+4
TELEPHONE
CONTACT_EMAIL
DEDICATED TO
CONTRIBUTION Dollar amount submitted