I have a table that shows data in a table.
If I have a link that goes to another page. Is there a way to carry over ("FIRST").Value) to the other page
I'm think it could be a variable function or something like that
Any help would be appreciated
<td><%=(Recordset1.Fields.Item("FIRST").Value)%></td>