How to automate three consecutive in a form.?

assala

New member
Local time
Today, 06:45
Joined
Sep 22, 2014
Messages
4
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 :D:D .. but for me i am really stuck ..
first time to come across auto populate fields..

thank you very much ...
appreciate your help ..
 
What do you mean by auto populate the tables?
 
well...

in a form, when you choose a city, only names of universities in that city appears..it is like auto fill..
 
amm.. I guess it will be necessary to have a combo box unless there is other way ..
 

Users who are viewing this thread

Back
Top Bottom