Forum Discussion
KellyBianchi
7 years agoQrew Assistant Captain
Mark, re: the code you supplied above:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&dfid=10&rid=" & ToText([Record ID#]))
How would I do this in a rich text field? Can this be consolidated in a Var text URL structure?
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&dfid=10&rid=" & ToText([Record ID#]))
How would I do this in a rich text field? Can this be consolidated in a Var text URL structure?