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>

What do you mean by carring over to another page?

Also use <% = Recordset1("FIRST") %>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.