I have to create 4 dropdown´s in a form which are related to each other. The data comes from 4 different tabels of an Access database via 4 different queries (including an ID to the next table).
The output should be as follows:
1.dropdown = states of Austria
2.dropdown = districts of the preselected state
3.dropdown = cities of the preselected state and district
4.dropdown = zipcodes of the preselected .....
I found one solution with javascript but due to the fact that Austria got 19.000! different zipcodes the output is by far too slow.
Hope some of you can come up with a better solution. Thanks in advance Peter.
The output should be as follows:
1.dropdown = states of Austria
2.dropdown = districts of the preselected state
3.dropdown = cities of the preselected state and district
4.dropdown = zipcodes of the preselected .....
I found one solution with javascript but due to the fact that Austria got 19.000! different zipcodes the output is by far too slow.
Hope some of you can come up with a better solution. Thanks in advance Peter.