problem setting up drop down from previous selection

  • Thread starter Update form multiple selection drop down
  • Start date
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.
 
S

Stefan B Rusynko

Try http://www.codeave.com/asp/code.asp?u_log=127

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top