Posted by Bob Rice on 03/31/06 03:58
I need to construct a drop down box that selects records from a sql table.
I have constructed the code to populate the drop down box, but I do not know
what to do with the result when a selection is made. I want to use the
selection to define a criteria so that I can then use the result from the
drop down box in a sql SELECT statement to get the proper records from the
table and present them.
I do not care if I have a select button or not. I have a table, students,
and the drop down box will be based upon the filed, LastName in the table.
Any help is most appreciated.
--
Bob Rice
[Back to original message]
|