I
inACCESSable
i have data concerning tree demographics: census date, stage, size, species,
tag id.
currently, the table has unique keys for each tree for each year. there are
1700 or so trees and because of multiple censuses, there are over 5100
records, each with a unique key. i want to be able to use the tree's tag id
(how it is identified in the field) as its key, so to speak. i understand
keys are supposed to be unique and this will run counter to that principle
because the tag id/key would appear each year the tree shows up in a census,
i.e. 1X-9999(tag id) will have data for 1998, 2002, 2006, so there will be a
record for each year the tree is present. is this possible?
also, to make this more complicated, when trees are determined to change
from juvenile to adult, their tag id changes. would it be possible to somehow
transfer records from one key to another, such as when a tree moves from a
juvenile tag id to a new tag id?
tag id.
currently, the table has unique keys for each tree for each year. there are
1700 or so trees and because of multiple censuses, there are over 5100
records, each with a unique key. i want to be able to use the tree's tag id
(how it is identified in the field) as its key, so to speak. i understand
keys are supposed to be unique and this will run counter to that principle
because the tag id/key would appear each year the tree shows up in a census,
i.e. 1X-9999(tag id) will have data for 1998, 2002, 2006, so there will be a
record for each year the tree is present. is this possible?
also, to make this more complicated, when trees are determined to change
from juvenile to adult, their tag id changes. would it be possible to somehow
transfer records from one key to another, such as when a tree moves from a
juvenile tag id to a new tag id?