Risolto!
c'era un errore di battitura nel ciclo For ... Each posta da BR1
mancava la letter "t" nella funzione left posto la correzione
For Each item in request.form
nome = Item
valore = request.form(Item)
if left (nome,4) = "Sel_" then ' ho trovato uno dei checkbox!
tuo_id = mid(nome,5)
' adesso hai l'ID ed il valore... fanne buon uso
end if
Next
grazie ancora!