R
Rene Miller
I am trying to create a webpage that will allow users to specifiy what data
they would like to look at in a database by using two dropdown menus. I have
followed the wonderful instructions at
http://spiderwebwoman.com/tutorials/doubledropdown.htm. I can get it to work
on the demo database, but not with my data base.
The first page is grade. The users selects a grade level and the results are
suppose to go to subject page. The page displays but the dropdowns are blank.
Below are the SQL statements for each dropdown:
"SELECT DISTINCT grade FROM StateAchievementStandards WHERE
(grade='::grade::')"
"SELECT DISTINCT subject FROM StateAchievementStandards WHERE
(grade='::grade::')"
I have gone over steps many times and I can't see why it isn't working.
Hopefully somebody else can see my error.
Thanks in advance the help.
they would like to look at in a database by using two dropdown menus. I have
followed the wonderful instructions at
http://spiderwebwoman.com/tutorials/doubledropdown.htm. I can get it to work
on the demo database, but not with my data base.
The first page is grade. The users selects a grade level and the results are
suppose to go to subject page. The page displays but the dropdowns are blank.
Below are the SQL statements for each dropdown:
"SELECT DISTINCT grade FROM StateAchievementStandards WHERE
(grade='::grade::')"
"SELECT DISTINCT subject FROM StateAchievementStandards WHERE
(grade='::grade::')"
I have gone over steps many times and I can't see why it isn't working.
Hopefully somebody else can see my error.
Thanks in advance the help.