Puedes hacer lo siguiente:
Una tabla de una fila con tres columnas, y dentro de cada celda, otra tabla, y en cada subtabla un form, algo así:
<TABLE>
<TR> _<TD>
___<table>
___<tr>
___<td>
___nombres
___</td>
___</tr>
___</table>
_</TD>
_<TD>
___<table>
___<tr>
___<td>
___<form name="form1" method="POST" action="cambio_estado.php">
___...
___</form>
___</td>
___</tr>
___</table>
_</TD>
_<TD>
___<table>
___<tr>
___<td>
___<form name="form2" method="POST" action="agenda.php">
___...
___</form>
___</td>
___</tr>
___</table>
_</TD> </TR>
</TABLE>
a ver si asi...