is the page in question.
I have to drop down boxes (level1drop and level2drop) that will make a selection. These are pulled from a LEVEL table.
level1drop - allows selection of letters
level2drop - allows selection of numbers
I want to have the user select a letter (level1drop) and select a number (level2drop) and then click submit and have results returned from a NAME table. The NAME table will then return Firstname, Lastname, Level1, Level2 and Level3. I inserted paraments in the query for level1drop and levell2drop, but it didn't work. The query is below.
SELECT * FROM name where ::level1drop::=level1 and ::level2drop::=level2
level1 - in the NAME table
level2 - in the NAME table
The database is downloadable too...
Thank you in advance for you help!
Bill Weber
bweber@precisionsupply.com
I have to drop down boxes (level1drop and level2drop) that will make a selection. These are pulled from a LEVEL table.
level1drop - allows selection of letters
level2drop - allows selection of numbers
I want to have the user select a letter (level1drop) and select a number (level2drop) and then click submit and have results returned from a NAME table. The NAME table will then return Firstname, Lastname, Level1, Level2 and Level3. I inserted paraments in the query for level1drop and levell2drop, but it didn't work. The query is below.
SELECT * FROM name where ::level1drop::=level1 and ::level2drop::=level2
level1 - in the NAME table
level2 - in the NAME table
The database is downloadable too...
Thank you in advance for you help!
Bill Weber
bweber@precisionsupply.com