You are correct on the first bit of code. It creates a table inside of a table row and writes out the current value of the array into a table cell.
You can insert a link by doing something like this (I have placed the new code in bold):
Response.Write "<tr align=""left"" valign=""top""><td align=""left""><TABLE BORDER=0><TR><TD>
<a href='somelink.asp'>" & * MyEmployeesAll(i) & "
</a></TD></TR></TABLE></td></tr>"
does that make sense?
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========