Hello programmers...
I am desiging a simple access system to display the city name, universities in that city and majors in the chosen university ..
for example:
[city_id] [Uni_Name] [Majors]
KL ---------- UM ------------ EEE, EET,EM,IT
KL ------------ UPM------------ EM, MBA, CE
JB ------------ UTM ------------ MBA, IT
...
..
.
etc
I want to design a form start with a city name, when the city is chosen, only the univeristy name displays the uni in that city and the only the majors
available in that uni is displayed when it comes to major selection..
I want to know how to design the tables , and how to auto populate them .
this may sound a stupid Q
.. but for me i am really stuck ..
first time to come across auto populate fields..
thank you very much ...
appreciate your help ..
I am desiging a simple access system to display the city name, universities in that city and majors in the chosen university ..
for example:
[city_id] [Uni_Name] [Majors]
KL ---------- UM ------------ EEE, EET,EM,IT
KL ------------ UPM------------ EM, MBA, CE
JB ------------ UTM ------------ MBA, IT
...
..
.
etc
I want to design a form start with a city name, when the city is chosen, only the univeristy name displays the uni in that city and the only the majors
available in that uni is displayed when it comes to major selection..
I want to know how to design the tables , and how to auto populate them .
this may sound a stupid Q


first time to come across auto populate fields..
thank you very much ...
appreciate your help ..