Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoThis is an example for a Rich Text field which will act as a hyperlink.
var text Words = ....;
var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
I'm not sure what you mean by an MS form.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text Words = ....;
var text URL = URLRoot() & "db/" & [_DBID_PATIENTS] & "?a=dr&rid=" & [Related Patient];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
I'm not sure what you mean by an MS form.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------