954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

record set..show up on another page

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

<%=(Recordset1.Fields.Item("FIRST").Value)%>

lintow
Newbie Poster
1 post since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

What do you mean by carring over to another page?

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

Drew
Junior Poster
166 posts since Apr 2004
Reputation Points: 25
Solved Threads: 7
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You