J
Jolene Updike
I am just learning Access 2000 in order to develop a relational database in
order to manage and catalog archaeological artifacts and paperwork, and I've
run into a brick wall. The nature of my data is a bit different than many of
the examples I've seen, so I'm hoping there's someone out there who can help
me wrap my mind around this problem. My main table, tblMainSite, is very
straightforward. It consists of 2 fields- SiteNum* and SiteName. Things get
tricky as I branch out. Here are a list of the rest of my tables (The fields
marked by asterisks either serve as the primary keys, or comprise information
that makes records unique in that table):
tblReports-
*SiteNum
Type
Title
AuthorLast
AuthorFirst
Notes
Location
(this table gives me no problems)
tblNotes-
*SiteNum
*Provenience
Type
Notes
Location
tblPhotos-
*SiteNum
*Provenience
Format
Subject
Quantity
Location
Notes
(here's where it gets trickier)
tblMainArt-
*SiteNum
*Prov
Excavator
DateExcavated
Cataloger
DateCat
tblArtifact-
*SiteNum
*Prov
*ArtifactNum
PieceCount
Material
etc.
What do I do? Autonumbering the tables with multiple asterisks seems to
aggrivate the situation.
Please help a desperate novice!
order to manage and catalog archaeological artifacts and paperwork, and I've
run into a brick wall. The nature of my data is a bit different than many of
the examples I've seen, so I'm hoping there's someone out there who can help
me wrap my mind around this problem. My main table, tblMainSite, is very
straightforward. It consists of 2 fields- SiteNum* and SiteName. Things get
tricky as I branch out. Here are a list of the rest of my tables (The fields
marked by asterisks either serve as the primary keys, or comprise information
that makes records unique in that table):
tblReports-
*SiteNum
Type
Title
AuthorLast
AuthorFirst
Notes
Location
(this table gives me no problems)
tblNotes-
*SiteNum
*Provenience
Type
Notes
Location
tblPhotos-
*SiteNum
*Provenience
Format
Subject
Quantity
Location
Notes
(here's where it gets trickier)
tblMainArt-
*SiteNum
*Prov
Excavator
DateExcavated
Cataloger
DateCat
tblArtifact-
*SiteNum
*Prov
*ArtifactNum
PieceCount
Material
etc.
What do I do? Autonumbering the tables with multiple asterisks seems to
aggrivate the situation.
Please help a desperate novice!