Hello all,
I have been given an empty database that is in the process of being populated from various sources. Eventually the db will be used in a GIS and mapped.
My question is - could you help me understand how the following 3 tables work together. I am confused (escpecially with table 3) as how the information in entered and retrived.
Alright:
Table 1: Barriers
Fields:
Barrier_ID
UTM_zone
easting
northing
barrier_type (input from variety of sources)
comments
Table 2: Barrier_Type_Link
Barrier_id
Barrier_type_id
Table 3:
Barrier_type_id
Description (this fields lists 15 possible barriers [to chose from?])
Acronym (acronyms for the barriers)
How does table 3 relate logically to table 1?
I think i am most confused as the purpose of and the way table 3 is supposed to work (did not create db). It appears that it is a sort of look up table for data entry - (no forms have been created yet for this db) since it lists a selection of barriers a user could pick from. I don't understand this table.
Please help!
If you want, I could send you the tables
I have been given an empty database that is in the process of being populated from various sources. Eventually the db will be used in a GIS and mapped.
My question is - could you help me understand how the following 3 tables work together. I am confused (escpecially with table 3) as how the information in entered and retrived.
Alright:
Table 1: Barriers
Fields:
Barrier_ID
UTM_zone
easting
northing
barrier_type (input from variety of sources)
comments
Table 2: Barrier_Type_Link
Barrier_id
Barrier_type_id
Table 3:
Barrier_type_id
Description (this fields lists 15 possible barriers [to chose from?])
Acronym (acronyms for the barriers)
How does table 3 relate logically to table 1?
I think i am most confused as the purpose of and the way table 3 is supposed to work (did not create db). It appears that it is a sort of look up table for data entry - (no forms have been created yet for this db) since it lists a selection of barriers a user could pick from. I don't understand this table.
Please help!
If you want, I could send you the tables