Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
I had to change to a computer from my ipad
var text Words = "Edit " & [Client name from lookup field]; // these are the words to click on
var text URL = URLRoot() & "db/" & [_DBID_CLIENTS] & "?a=er&rid=" & [Related Client]; // this is the URL to go to
"<a href=" & $URL & ">" & $Words & "</a>"