:)
Here is the generic form of a hyperlink
var text Words = ....;
var text URL = ......;
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
so for you it would be
var text Words = "New Link";
var text URL = URLRoot() & "db" & dbid() & "?a=dr&rid=" & [Record ID#];
"<a href=" & $URL & ">" & $Words & "</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------