cioè ho chiamato i check in questo modo inviaemail e inviasms
e facendo un ciclo per tutte le righe del db creano la tabella
questo è il codice dei due check ..ciao e grazie per ora

<td COLSPAN="2">
<input type="checkbox" name="inviaemail" value="<%=subtabrs("email")%>"

<% if subtabrs("email")="assente" then %>disabled> <%end if%> ></td>

<td COLSPAN="2">
<input type="checkbox" name="inviasms" value="<%=subtabrs("id")%>"

<% if subtabrs("smsprefcell")="ass" then %>disabled> <%end if%> ></td>