T
THINKINGWAY
I have a PROJECT table that has a field called PROJECT_CITY. I want to
create additional tables as follows: CITY, STATEPROVINCE, REGION, DIVISION
and COUNTRY. I don't want to have all these fields in the PROJECT table for
each project. Questions: 1) Is this the correct approach and 2) I am not
sure how to link these tables so that I can determine from the PROJECT_CITY
field, via queries, what COUNTRY (or any other lower hiearchical item) the
CITY is located within.
Thank you,
Your assistance is appreciated.
create additional tables as follows: CITY, STATEPROVINCE, REGION, DIVISION
and COUNTRY. I don't want to have all these fields in the PROJECT table for
each project. Questions: 1) Is this the correct approach and 2) I am not
sure how to link these tables so that I can determine from the PROJECT_CITY
field, via queries, what COUNTRY (or any other lower hiearchical item) the
CITY is located within.
Thank you,
Your assistance is appreciated.