garfield11
IS-IT--Management
Hi all,
Here's my problem:
I'd a form page called "contactreport_add.asp" and had a drop down menu to display all Consultants' names with multiple selection (extract from database table Consultants).
Then I'd an action page called "contactreport_add_proc.asp" and I did this:
strSelectedTeams = Request.Form("ConsultantName"
arrSelectedTeams = Split(strSelectedTeams, ", ", -1, 1)
Ok lets say from that drop down list I selected Jane, Mary n Susan and insert them into the database. it works.
Now the problem is; if I had another page called "contactreport_view.asp" and I wanna retrieve n display just now that saved data from database, how can i do so?
Can anyone halp?
Thanks!
Love_Garfield
Here's my problem:
I'd a form page called "contactreport_add.asp" and had a drop down menu to display all Consultants' names with multiple selection (extract from database table Consultants).
Then I'd an action page called "contactreport_add_proc.asp" and I did this:
strSelectedTeams = Request.Form("ConsultantName"
arrSelectedTeams = Split(strSelectedTeams, ", ", -1, 1)
Ok lets say from that drop down list I selected Jane, Mary n Susan and insert them into the database. it works.
Now the problem is; if I had another page called "contactreport_view.asp" and I wanna retrieve n display just now that saved data from database, how can i do so?
Can anyone halp?
Thanks!
Love_Garfield