Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
There is an app I put in the Exchange called URL Formulas for Dummies which attempts to provide a bit of a tutorial.
The formula for a Formula URL Button to "copy this record" would be this.
URLRoot() & "db/" & dbid() & "?a=GenCopyRecord&rid=" & [Record ID#]
You can choose a button appearance with a color or have it appear as a link (I would use a button as I think that links should be used more for navigation) and put it on the form and set the form properties to only show this field in View mode.
The formula for a Formula URL Button to "copy this record" would be this.
URLRoot() & "db/" & dbid() & "?a=GenCopyRecord&rid=" & [Record ID#]
You can choose a button appearance with a color or have it appear as a link (I would use a button as I think that links should be used more for navigation) and put it on the form and set the form properties to only show this field in View mode.