hey guys ,
i'm new to access so don't laugh on my problem.
hope u can help me with it.
simplified:
table 1 name : city
first column : cityid (number) and it's the primary key
second column : cityname (Text)
and fields on it US, UK, JP
table 2 name : area
first column : areaid (number ) and it's the primary key
second column : area name (Text)
and fields on it > California, London, Tokyo
i made a forum with 2 combo boxes first is ( city ) and second is ( area )
what i need is : when i choose US from the first combo box
it shows only California in the second combobox
and when i choose UK it shows only london
and so on ..
i'll upload my file . hope u guys help a newbie here .
--- edit --- just a thought . made an cityid column in the area table and used query to link it ... but still it shows only 1 specific area for all the city i have .....![]()