A
Angela
Hi
I am having trouble doing this simple task:
What I want to do is pre select the listbox called ltbLanguage (which
allows multiple selections).
while dtr.read()
for i = 0 to dtr.fieldcount-1
ltbLanguage.selectedIndex = dtr("language_id")
next
end while
At the moment it is only selecting one item even though there is more
than one record returned from the DB
Thanks
Angela
I am having trouble doing this simple task:
What I want to do is pre select the listbox called ltbLanguage (which
allows multiple selections).
while dtr.read()
for i = 0 to dtr.fieldcount-1
ltbLanguage.selectedIndex = dtr("language_id")
next
end while
At the moment it is only selecting one item even though there is more
than one record returned from the DB
Thanks
Angela