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 |
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 Ichoose several from the selection (which is populated dynamically) byholding ctrl and clicking, then on another page I want the chosen multipleselection(s) to be viewable. Objective is to be able to assign 'many'instructors to 'one' course. Table names are Lecture, Instbio (instructorbio) 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 myinstname column gets populated by the multiple selection (with a commabetween the names) but when I make the call to populate a pull down menuwith the instructors' names, I get nothing. Any suggestions would be a bighelp. Thanks in advance. |
|
|
|
|