Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
no problem
make a URL formula field to switch forms
URLRoot() & "db/" & dbid() & "?a=dr&dfid=10&rid=" & [Record ID#]
That is saying to use form ID #10. The forms are numbered when you view the forms list.
If you want to edit instead of display, you would change the dr (display record) to er (edit record)
make a URL formula field to switch forms
URLRoot() & "db/" & dbid() & "?a=dr&dfid=10&rid=" & [Record ID#]
That is saying to use form ID #10. The forms are numbered when you view the forms list.
If you want to edit instead of display, you would change the dr (display record) to er (edit record)