D
DoctorG
I have an Access database with 1 significant (for this post) field - country
- and a few others. I need to code into an ASP the following :
1) The visitor clicks on a combo box where they must select a country
2) The code executes an SQL on the mdb and selects all unique countries,
which it displays in the combo box
3) Following the users's selection of a country, the code must pass this
parameter to a second SQL statement which will subsequently select all
records matching this country.
4) The result of this 2nd SQL will be processed further.
Can someone help with the 2 SQL codings, the combo box and especially the
parameter passing from the combo box to the 2nd SQL?
Thanks in advance
- and a few others. I need to code into an ASP the following :
1) The visitor clicks on a combo box where they must select a country
2) The code executes an SQL on the mdb and selects all unique countries,
which it displays in the combo box
3) Following the users's selection of a country, the code must pass this
parameter to a second SQL statement which will subsequently select all
records matching this country.
4) The result of this 2nd SQL will be processed further.
Can someone help with the 2 SQL codings, the combo box and especially the
parameter passing from the combo box to the 2nd SQL?
Thanks in advance