mi tabla esta diferenciada por las columnas id,categoria,usuario,f_val(fecha)
este es mi scrip alguna ayuda o sugerencia de como hacerlo: ustedes disculparan soy nuevo jejejej!!!
este es el scrip:

Código ASP:
Ver original
<form method="post" name="form6" > <div align="center"> <fieldset style="width:50%"> <legend>Aprobacion Master Plan 6 </legend> <table width="332" border="0" align="center"> <tr> <td width="326" height="22" align="left"><div align="justify">Master Plan aprobado por: <div> <div align="center"> <%Set prycxn = Server.CreateObject("ADODB.Connection") prycxn.open "PROVIDER=SQLOLEDB; DATA SOURCE=VALP-SRV; UID=sa; PWD=serv; DATABASE=Proy" selectSQL1="select * from Aprobar where categoria='"&consulta&"' " set rs1_e = prycxn.execute(selectSQL1) if rs1_e.EOF then response.write("") elseif application("valido")=true Then response.Write(rs1_e("usuario") &rs1_e("f_val")) end if %> </div> </div></td> </tr> </table> </fieldset> </div> <p align="center"> <%if rs("perfil_usu")="administrador" then%> <input type="submit" name="Aprobar Master Plan" id="Aprobar Master Plan" value="Aprobar Master Plan" onClick="link1('http://valp-page.la.pg.com/Proyectosi/Aprobar.asp')"/> <%end if%> </p> </form>