Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-09-18 : 08:24:50
|
rahul writes "I am working on employee database system. where i am creating various reports using sql query in asp. In one of my reports i should diplay the employees those retiring on say this month. as well as in future how many will retire? first of all i am populating records (date field) from database to list box and then user will select month or year (in list box i have selected multiple option) and then he will get another list cotaining names of the employees retiring on selected month. and then clicking on some name user will be able to see his profile. now my prob. comes i am able to pull date field from database but i am not able to select multiple date field from list box. single is working but still if i select name of some employee i am able to see his profile. here i am using retire date and name field to display record.i would like to know how to select multiple data field in one list box?"
|
|
|
|
|