This is so simple it is hard.
I wanted to create a string called strBName
to pass the BName from the first page.
I then wanted to create another page based on that string.
Page two would be like.
strSQL = "select Bio FROM Table1 where BName='" & strBName &"'"
I think thi is what I needed to do, Right?
I could also get the same effect with.
strSQL = "select * FROM Table1 where BName='" & strBName &"'"
My question was how do I word the first page to creat the string strBName when I am creating the page dynamically already. I assume I would define the string in the <a href somewhere
I just don't know how to define the string based on data being displayed from a recordset I had already created.
Jeff Henderson
President-Worship Loud
http://www.worshiploud.com