U
Update form multiple selection drop down
I have a data entry page which works fine. On the entry page some of the
options for the user a in mulitple select drop downs. As you know, when
those are sent to the database, they are just comma seperated values. Now I
have a page where the user comes back to update and adjust the information
they submitted. I am having problems recreating the the selections that they
made on the entry form drop downs. The page is in ASP and I am using
FrontPage to build it. In simple terms, I just want to show the user the
same drop down with all the selections that they originally made. I am
pulling this data from a SQL Server Database. Please help as soon as
possible. Any code snippets or example pages you may have would be great, I
am a quick learner when I see code.
options for the user a in mulitple select drop downs. As you know, when
those are sent to the database, they are just comma seperated values. Now I
have a page where the user comes back to update and adjust the information
they submitted. I am having problems recreating the the selections that they
made on the entry form drop downs. The page is in ASP and I am using
FrontPage to build it. In simple terms, I just want to show the user the
same drop down with all the selections that they originally made. I am
pulling this data from a SQL Server Database. Please help as soon as
possible. Any code snippets or example pages you may have would be great, I
am a quick learner when I see code.