Salve a tutti potete aiutarmi nel passaggio di 2 variabili...
Mi spiego ho una select che mi popola una tabella dalla quale posso andare a modificare i campi ma per essere sicuro di modificare la riga esatta devo passare due valori il primo passa tramite indirizzo come faccio a metterci il secondo visto che se lo aggiungo me lo concatena:

codice:
<tr> 
            <td width="12" valign="middle" align="center" bgcolor="#FFFFCC" height="32"><%=rec("tipo_ricerca")%> ">[img]cancella.gif[/img]" width="12" height="12" border="0"></td>
            <td width="12" valign="middle" align="center" bgcolor="#FFFFCC" height="32">""<%=rec("tipo_ricerca")%>">[img]modifica.gif[/img]"></td>
            <td width="63" bgcolor="#FFFFCC" height="32"><%=rec("specie")%></td>
            <td width="41" bgcolor="#FFFFCC" height="32"><%=rec("id_com")%></td>
            <td width="32" height="32" bgcolor="#FFFFCC"><%=rec("latino")%></td>
            <td width="24" height="32" bgcolor="#FFFFCC"><%=rec("data")%></td>
            <td width="39" height="32" bgcolor="#FFFFCC"><%=rec("num_verb")%></td>
            <td width="29" height="32" bgcolor="#FFFFCC"><%=rec("num_campioni")%></td>
            <td width="41" height="32" bgcolor="#FFFFCC"><%=rec("descr")%></td>
            <td width="26" height="32" bgcolor="#FFFFCC"><%=rec("descr_esito")%></td>
            <td width="73" height="32" bgcolor="#FFFFCC"><%=rec("descr_cattura")%></td>
            <td width="64" height="32" bgcolor="#FFFFCC"><%=rec("descr_ricerca")%></td>
            <td width="17" height="32" bgcolor="#FFFFCC"><%=rec("id")%></td>
            <td width="19" height="32" bgcolor="#FFFFCC"><%=rec("idtipo")%></td>
            <td width="32" height="32" bgcolor="#FFFFCC"><%=rec("idacc")%></td>
            <td width="22" height="32" bgcolor="#FFFFCC"><%=rec("tipoaccertamento")%></td>
        	
			<td width="39" height="32" bgcolor="#FFFFCC">
			<%=rec("tipo_ricerca")%>
			</td>
			
			<td width="22" height="32" bgcolor="#FFFFCC"><%=rec("note")%></td>
			<td width="36" height="32" bgcolor="#FFFFCC"><%=rec("descrizione")%></td>
            <td width="36" height="32" bgcolor="#FFFFCC"><%=rec("valore")%></td>
          </tr>
          <% rec.MoveNext
Wend
rec.close%></center>
          <tr> 
            <td valign="middle" align="left" bgcolor="#FFFFCC" colspan="20" height="21"> 
              Aggiungi record </td>
          </tr>
        </table>
Grazie e buone feste

"Non hai veramente capito qualcosa fino a quando non sei in grado di spiegarlo a tua nonna" -Albert Einstein-