Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The formula to display a record is
URLroot() & "db/" & dbid() & "a=dr&rid=" & [Record ID#]
So just make a that formula field and then make a URL non formula field called static URL and make a form rule
When static URL is blank change static url to the value in the field formula url.
URLroot() & "db/" & dbid() & "a=dr&rid=" & [Record ID#]
So just make a that formula field and then make a URL non formula field called static URL and make a form rule
When static URL is blank change static url to the value in the field formula url.