Why are you using split? Its already in a collection so
why use more resources to get it into an array?
for i = 1 to request.form("listbox1").count
'do something to with request.form("listbox")(i)
next
When using a recordset to update multiple records
in the same table, you're better off to use a adBatchLockOptimistic and use .updatebatch at the end
of all updates. Its a faster way of doing
multiple updates.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.