Hi!
I'm trying to use a "path" recorded in a database to reference links. Below are my set variable statemements, and what I tried for the HREF line. Can someone help me with this???
thanks!
jason
x_ProjectID = rs("ProjectID"
x_Name = rs("Name"
x_Updated = rs("Updated"
x_Status = rs("Status"
x_Overall = rs("Overall"
x_ProjectManager = rs("ProjectManager"
x_Path = rs("Path"
x_ProjectPage = "<a href="/" & x_Path & "/"">" & x_Name & "</a>""
' I need the previous line to output like this:
'<a href="/x_Path/">x_Name</a>