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.

 All Forums
 Other Forums
 MS Access
 updating/reading from multiple selections w/asp

Author  Topic 

jzachary
Starting Member

9 Posts

Posted - 2001-07-14 : 00:03:25
I want to update a dbase table (MS Access) with a multiple list box where I
choose several from the selection (which is populated dynamically) by
holding ctrl and clicking, then on another page I want the chosen multiple
selection(s) to be viewable. Objective is to be able to assign 'many'
instructors to 'one' course. Table names are Lecture, Instbio (instructor
bio) and I've got one column in each table named instname (instructor name)
which I use to join with in my SQL statements. I've tested this and my
instname column gets populated by the multiple selection (with a comma
between the names) but when I make the call to populate a pull down menu
with the instructors' names, I get nothing. Any suggestions would be a big
help. Thanks in advance.

   

- Advertisement -